diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 8d7abfd70..4f10ccfa1 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1313,6 +1313,7 @@ public: uint64_t getU64LEB(); int32_t getS32LEB(); int64_t getS64LEB(); + uint64_t getUPtrLEB(); Type getType(); HeapType getHeapType(); Type getConcreteType(); |