mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-20 07:26:47 +00:00
fix <64-bit integer eval stringification path, to not interpret too many bits
This commit is contained in:
@@ -57,9 +57,11 @@ union E_Value
|
||||
U64 u64;
|
||||
U32 u32;
|
||||
U16 u16;
|
||||
U8 u8;
|
||||
S64 s64;
|
||||
S32 s32;
|
||||
S32 s16;
|
||||
S16 s16;
|
||||
S8 s8;
|
||||
F64 f64;
|
||||
F32 f32;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user