Remove debug instructions from AEVM

This commit is contained in:
Gaith Hallak
2023-05-23 12:04:54 +03:00
parent 0a993c54b9
commit 5eaae614ce
2 changed files with 0 additions and 17 deletions
-5
View File
@@ -143,11 +143,6 @@
-define( 'RETURN', 16#f3).
-define( 'DELEGATECALL', 16#f4).
-define( 'DBG_LOC', 16#b1).
-define( 'DBG_DEF', 16#b2).
-define( 'DBG_UNDEF', 16#b3).
-define( 'DBG_CONTRACT', 16#b4).
-define( 'STATICCALL', 16#fa).
-define( 'REVERT', 16#fd).