summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index a240313..5feb420 100644
--- a/parse.h
+++ b/parse.h
@@ -14,7 +14,7 @@ struct label {
union immediate {
const char *label;
- int16_t value;
+ uint16_t value;
};
struct r_type {