diff options
| author | Drew DeVault <[email protected]> | 2024-01-02 11:09:18 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2024-01-02 12:12:05 +0100 |
| commit | 85287081c4a25785dec1ec48c488a5879b3c37ac (patch) | |
| tree | 83387b773a127d32498d9c9b356ed150fd77a780 /ops.h | |
| parent | 24d68e841f6c4adf0622b132f905e97d115a4e2d (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.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(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) */ |
