summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/arm7help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arm7/arm7help.h')
-rw-r--r--src/devices/cpu/arm7/arm7help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/arm7/arm7help.h b/src/devices/cpu/arm7/arm7help.h
index 41d9e8ad63b..4b0b4f21c8a 100644
--- a/src/devices/cpu/arm7/arm7help.h
+++ b/src/devices/cpu/arm7/arm7help.h
@@ -118,7 +118,7 @@
// Long ALU Functions use bit 63
#define HandleLongALUNZFlags(rd) \
- ((((rd) & ((UINT64)1 << 63)) >> 32) | ((!(rd)) << Z_BIT))
+ ((((rd) & ((uint64_t)1 << 63)) >> 32) | ((!(rd)) << Z_BIT))
#define HandleALULogicalFlags(rd, sc) \
if (insn & INSN_S) \