Revert "Add a DBG_CALL_R for remote calls"

This reverts commit a336314cfc.
This commit is contained in:
Gaith Hallak
2023-03-18 13:46:51 +03:00
parent 782bcea5ce
commit f53029453c
3 changed files with 3 additions and 8 deletions
+1 -2
View File
@@ -147,8 +147,7 @@
-define( 'DBG_DEF', 16#b2).
-define( 'DBG_UNDEF', 16#b3).
-define( 'DBG_CALL', 16#b4).
-define( 'DBG_CALL_R', 16#b5).
-define( 'DBG_RETURN', 16#b6).
-define( 'DBG_RETURN', 16#b5).
-define( 'STATICCALL', 16#fa).