mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 11:48:10 +00:00
fix sizeof/typeof/bswap expr stringization
This commit is contained in:
+3
-3
@@ -91,9 +91,9 @@ E_ExprKindTable:
|
||||
{ Address UnaryPrefix 2 "&" "" "" "" }
|
||||
|
||||
{ Cast Null 1 "(" ")" "" "" }
|
||||
{ Sizeof UnaryPrefix 1 "sizeof" "(" ")" "" }
|
||||
{ Typeof UnaryPrefix 1 "typeof" "(" ")" "" }
|
||||
{ ByteSwap UnaryPrefix 1 "bswap" "(" ")" "" }
|
||||
{ Sizeof UnaryPrefix 1 "sizeof " "" "" "" }
|
||||
{ Typeof UnaryPrefix 1 "typeof " "" "" "" }
|
||||
{ ByteSwap UnaryPrefix 1 "bswap " "" "" "" }
|
||||
|
||||
{ Pos UnaryPrefix 2 "+" "" "" "" }
|
||||
{ Neg UnaryPrefix 2 "-" "" "" "" }
|
||||
|
||||
Reference in New Issue
Block a user