diff options
| author | Quentin Carbonneaux <[email protected]> | 2023-08-18 15:12:56 +0200 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2023-08-18 15:12:56 +0200 |
| commit | 36946a5142c40b733d25ea5ca469f7949ee03439 (patch) | |
| tree | 3ee6583dc78c2f1c24264edc44953ca010d24b9f /ops.h | |
| parent | baf11b7175c468d3d9408d332b1c0d529a4957ee (diff) | |
file,loc become dbgfile,dbgloc
Diffstat (limited to 'ops.h')
| -rw-r--r-- | ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ O(vastart, T(m,e,e,e, x,e,e,e), 0) X(0, 0, 0) V(0) O(copy, T(w,l,s,d, x,x,x,x), 0) X(0, 0, 1) V(0) /* Debug */ -O(loc, T(w,l,s,d, x,x,x,x), 0) X(0, 0, 1) V(0) +O(dbgloc, T(w,l,s,d, x,x,x,x), 0) X(0, 0, 1) V(0) /****************************************/ /* INTERNAL OPERATIONS (keep nop first) */ |
