8000 Fix arm register unload area size. · adafruit/circuitpython@1f3307e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f3307e

Browse files
committed
Fix arm register unload area size.
1 parent 9072fe6 commit 1f3307e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/cpu_regs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#pragma once
88

99
#ifdef __arm__
10-
#define INTEGER_REGS 8
10+
#define INTEGER_REGS 10
1111
#ifdef __ARM_FP
1212
#define FLOATING_POINT_REGS 16
1313
#endif

0 commit comments

Comments
 (0)
0