Add DBG_CONTRACT op

This commit is contained in:
Gaith Hallak
2023-03-19 13:03:42 +03:00
parent bf3a692e0d
commit d85e697679
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -146,6 +146,7 @@
-define( 'DBG_LOC', 16#b1).
-define( 'DBG_DEF', 16#b2).
-define( 'DBG_UNDEF', 16#b3).
-define( 'DBG_CONTRACT', 16#b4).
-define( 'STATICCALL', 16#fa).