diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/inst.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ typedef struct { opcode_t opcode; data_t operand; - word reg; + byte reg; // At most 255 registers } inst_t; #define INST_BPUSH(BYTE) \ |