Add a DBG_CALL_R for remote calls

This commit is contained in:
Gaith Hallak
2023-03-17 08:28:39 +03:00
parent 7cac2c215d
commit a336314cfc
3 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -147,7 +147,8 @@
-define( 'DBG_DEF', 16#b2).
-define( 'DBG_UNDEF', 16#b3).
-define( 'DBG_CALL', 16#b4).
-define( 'DBG_RETURN', 16#b5).
-define( 'DBG_CALL_R', 16#b5).
-define( 'DBG_RETURN', 16#b6).
-define( 'STATICCALL', 16#fa).