aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
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;