summaryrefslogtreecommitdiffstats
path: root/vmop.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-02-10 20:22:15 -0800
committerKaz Kylheku <kaz@kylheku.com>2021-02-10 20:22:15 -0800
commit7d5ebc10065443a69bc848e65636a96ce8db632f (patch)
tree77122735769bde0b2088dcbd83a552b191fd5fce /vmop.h
parent7a957692314786f988cf126fcc86aad2708d8ba7 (diff)
downloadtxr-7d5ebc10065443a69bc848e65636a96ce8db632f.tar.gz
txr-7d5ebc10065443a69bc848e65636a96ce8db632f.tar.bz2
txr-7d5ebc10065443a69bc848e65636a96ce8db632f.zip
vm: remove hard-coded constants.
* genvmop.txr: Define VM_LEV_SIZE from %lev-size%. * vm.c (vm_make_desc): Use VM_MAX_LEV and VM_LEV_SIZE instead of incorrect hard-coded values of 256 that were right for an old version of the vm. * vmop.h: Regenerated.
Diffstat (limited to 'vmop.h')
-rw-r--r--vmop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmop.h b/vmop.h
index 014e098b..aeec2d0a 100644
--- a/vmop.h
+++ b/vmop.h
@@ -77,3 +77,4 @@ typedef enum vm_op {
#define VM_SM_LEV_MASK 0x3F
#define VM_MAX_LEV 63
#define VM_MAX_V_LEV 61
+#define VM_LEV_SIZE 1024