Skip to content

Commit 00afdcc

Browse files
committed
FreeRTOS: fix r12 offset for FPU-enabled normal frame.
1 parent f146817 commit 00afdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyocd/rtos/freertos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class FreeRTOSThreadContext(DebugContext):
9999
1: 40, # r1
100100
2: 44, # r2
101101
3: 48, # r3
102-
12: 42, # r12
102+
12: 52, # r12
103103
14: 56, # lr
104104
15: 60, # pc
105105
16: 64, # xpsr

0 commit comments

Comments
 (0)