diff options
Diffstat (limited to 'src/lib/util/disasmintf.h')
| -rw-r--r-- | src/lib/util/disasmintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/disasmintf.h b/src/lib/util/disasmintf.h index 562ba5de00a..2ea5a448193 100644 --- a/src/lib/util/disasmintf.h +++ b/src/lib/util/disasmintf.h @@ -33,7 +33,7 @@ public: using s16 = osd::s16; using s32 = osd::s32; using s64 = osd::s64; - using offs_t = u32; + using offs_t = u64; // Disassembler constants for the return value static constexpr u32 SUPPORTED = 0x80000000; // are disassembly flags supported? |
