aboutsummaryrefslogtreecommitdiff
path: root/ops.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2023-08-18 15:12:56 +0200
committerQuentin Carbonneaux <[email protected]>2023-08-18 15:12:56 +0200
commit36946a5142c40b733d25ea5ca469f7949ee03439 (patch)
tree3ee6583dc78c2f1c24264edc44953ca010d24b9f /ops.h
parentbaf11b7175c468d3d9408d332b1c0d529a4957ee (diff)
file,loc become dbgfile,dbgloc
Diffstat (limited to 'ops.h')
-rw-r--r--ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops.h b/ops.h
index e0be8d0..b6b148a 100644
--- a/ops.h
+++ b/ops.h
@@ -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) */