more eval scratch work

This commit is contained in:
Ryan Fleury
2025-03-31 13:09:30 -07:00
parent fbe0d3bc2e
commit 17ff4da9bf
6 changed files with 88 additions and 54 deletions
+2 -2
View File
@@ -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;