Revert "Add DBG_CALL and DBG_RETURN"

This reverts commit db9766ac74.
This commit is contained in:
Gaith Hallak
2023-03-18 13:47:46 +03:00
parent f53029453c
commit bf3a692e0d
3 changed files with 0 additions and 10 deletions
-2
View File
@@ -146,8 +146,6 @@
-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).