From 1a8095c6d774e3448f6afa1aeec2bc79c5bb545e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 28 Sep 2020 21:30:43 -0700 Subject: Starting to add better error messages --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 21ed0e7..da1ce40 100644 --- a/types.h +++ b/types.h @@ -48,7 +48,7 @@ typedef struct vm_op_s { union { const char *s; struct { - char low, high; + unsigned char low, high; } range; struct { ssize_t min, max; -- cgit v1.2.3