commit 15b88ff54c62d428199ff6f5249b9e034bd81619
parent f5e45a7d0a6a0e3ffc6b5bb32559d1e80fc9ab6c
Author: William Casarin <jb55@jb55.com>
Date: Wed, 25 Oct 2017 19:30:11 -0700
op: typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/op.h b/op.h
@@ -317,7 +317,7 @@ struct val {
u32 val : COMPACT_VAL_BITS;
};
-STATIC_ASSERT(sizeof(struct val) <= 4, stack_op_doesnt_fit_in_stack);
+STATIC_ASSERT(sizeof(struct val) <= 4, val_doesnt_fit_in_stack);
// Maximum value that an opcode can be
static const unsigned int MAX_OPCODE = OP_NOP10;