summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm.h b/src/wasm.h
index d539b09fd..6655a167e 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -489,7 +489,7 @@ public:
unsigned bytes;
bool signed_;
- int offset;
+ uint32_t offset;
unsigned align;
Expression *ptr;
@@ -524,7 +524,7 @@ public:
Store() : Expression(StoreId) {}
unsigned bytes;
- int offset;
+ uint32_t offset;
unsigned align;
Expression *ptr, *value;