Skip to content

Commit b0ab779

Browse files
authored
Merge pull request #1045 from flit/bugfix/freertos_r12
FreeRTOS: fix r12 offset for FPU-enabled normal frame
2 parents f146817 + 00afdcc commit b0ab779

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)