mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 20:18:12 +00:00
more eval scratch work
This commit is contained in:
@@ -42,8 +42,8 @@ struct E_MsgList
|
||||
typedef union E_Value E_Value;
|
||||
union E_Value
|
||||
{
|
||||
U64 u512[8];
|
||||
U64 u256[4];
|
||||
U512 u512;
|
||||
U256 u256;
|
||||
U128 u128;
|
||||
U64 u64;
|
||||
U32 u32;
|
||||
|
||||
Reference in New Issue
Block a user