Skip to content

Commit 3aa4504

Browse files
author
Lucas MT
committed
Add parenthesis when printing up/Int operator
1 parent de5d300 commit 3aa4504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kevm-pyk/src/kevm_pyk/kevm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def _patch_symbol_table(symbol_table: Dict[str, Any]) -> None:
106106
symbol_table['_[_]_EVM-TYPES_Int_WordStack_Int'] = paren(symbol_table['_[_]_EVM-TYPES_Int_WordStack_Int'])
107107
symbol_table['_++__EVM-TYPES_ByteArray_ByteArray_ByteArray'] = paren(symbol_table['_++__EVM-TYPES_ByteArray_ByteArray_ByteArray'])
108108
symbol_table['_[_.._]_EVM-TYPES_ByteArray_ByteArray_Int_Int'] = paren(symbol_table['_[_.._]_EVM-TYPES_ByteArray_ByteArray_Int_Int'])
109+
symbol_table['_up/Int__EVM-TYPES_Int_Int_Int'] = paren(symbol_table['_up/Int__EVM-TYPES_Int_Int_Int'])
109110
if 'typedArgs' in symbol_table:
110111
symbol_table['typedArgs'] = paren(symbol_table['typedArgs'])
111112
# fmt: on

0 commit comments

Comments
 (0)