diff options
Diffstat (limited to 'src/wasm-interpreter.h')
-rw-r--r-- | src/wasm-interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h index aeacdfc20..36d8539e4 100644 --- a/src/wasm-interpreter.h +++ b/src/wasm-interpreter.h @@ -1001,7 +1001,7 @@ protected: } } - template <class LS> + template<class LS> Address getFinalAddress(LS* curr, Literal ptr) { Address memorySizeBytes = memorySize * Memory::kPageSize; uint64_t addr = ptr.type == i32 ? ptr.geti32() : ptr.geti64(); |