Skip to content

Commit 3c3ae87

Browse files
authored
Merge pull request #10357 from eightycc/issue-10355
Fix arm register unload area size.
2 parents 9072fe6 + 1f3307e commit 3c3ae87

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)