From 05b46ee3fe418d5833ecc77b1b2dc74a47fdd4bf Mon Sep 17 00:00:00 2001 From: Henny022p Date: Fri, 14 Oct 2022 06:14:38 +0200 Subject: match sub_08090094 uses forced register --- include/global.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/global.h b/include/global.h index 6126b24a..94d19c8f 100644 --- a/include/global.h +++ b/include/global.h @@ -95,6 +95,12 @@ #define END_NONMATCH } #endif +#if NON_MATCHING +#define FORCE_REGISTER(var, reg) var +#else +#define FORCE_REGISTER(var, reg) register var asm(#reg) +#endif + typedef union { s32 WORD; struct { -- cgit v1.2.3