Rename DBGDEF and DBGUNDEF to DBG_DEF and DBG_UNDEF

This commit is contained in:
Gaith Hallak
2022-12-23 20:11:43 +03:00
parent ee4949777f
commit dd6ec9bc9b
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -144,8 +144,8 @@
-define( 'DELEGATECALL', 16#f4).
-define( 'DBGLOC', 16#b1).
-define( 'DBGDEF', 16#b2).
-define( 'DBGUNDEF', 16#b3).
-define( 'DBG_DEF', 16#b2).
-define( 'DBG_UNDEF', 16#b3).
-define( 'STATICCALL', 16#fa).