From e64f7f0ad246bda4db57d39bc15b04a606ff96b0 Mon Sep 17 00:00:00 2001 From: Tharo <17233964+Thar0@users.noreply.github.com> Date: Fri, 15 Aug 2025 17:52:36 +0100 Subject: [PATCH] Make HWINT_* defins consistent --- include/PR/os_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/PR/os_internal.h b/include/PR/os_internal.h index f8368d8eff..d24be55059 100644 --- a/include/PR/os_internal.h +++ b/include/PR/os_internal.h @@ -13,8 +13,8 @@ typedef struct __osHwInt { #else /* __osHwInt struct member offsets */ -#define HWINT_CALLBACK 0x00 -#define HWINT_SP 0x04 +#define HWINT_CALLBACK 0x0 +#define HWINT_SP 0x4 /* __osHwInt struct size */ #define HWINT_SIZE 0x8