Add DBG_CALL and DBG_RETURN

This commit is contained in:
Gaith Hallak
2023-02-15 13:49:19 +03:00
parent 69a1c41a4f
commit db9766ac74
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -146,6 +146,8 @@
-define( 'DBG_LOC', 16#b1).
-define( 'DBG_DEF', 16#b2).
-define( 'DBG_UNDEF', 16#b3).
-define( 'DBG_CALL', 16#b4).
-define( 'DBG_RETURN', 16#b5).
-define( 'STATICCALL', 16#fa).