diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h index 38a08a27e..2794f868c 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -530,7 +530,7 @@ public: unsigned bytes; bool signed_; - uint32_t offset; + uint64_t offset; // XXX https://github.com/WebAssembly/spec/issues/161 unsigned align; Expression *ptr; |