aboutsummaryrefslogtreecommitdiff
path: root/ops.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2024-01-02 11:09:18 +0100
committerQuentin Carbonneaux <[email protected]>2024-01-02 12:12:05 +0100
commit85287081c4a25785dec1ec48c488a5879b3c37ac (patch)
tree83387b773a127d32498d9c9b356ed150fd77a780 /ops.h
parent24d68e841f6c4adf0622b132f905e97d115a4e2d (diff)
dbgloc: add column argument
dbgloc line [col] This is implemented in a backwards-compatible manner.
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 b6b148a..8ccf80d 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(dbgloc, T(w,l,s,d, x,x,x,x), 0) X(0, 0, 1) V(0)
+O(dbgloc, T(w,e,e,e, w,e,e,e), 0) X(0, 0, 1) V(0)
/****************************************/
/* INTERNAL OPERATIONS (keep nop first) */