Fix arm register unload area size.

This commit is contained in:
eightycc 2025-05-17 10:57:41 -07:00
parent 9072fe6ebf
commit 1f3307ef72

View file

@ -7,7 +7,7 @@
#pragma once
#ifdef __arm__
#define INTEGER_REGS 8
#define INTEGER_REGS 10
#ifdef __ARM_FP
#define FLOATING_POINT_REGS 16
#endif