diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 36c9f2116..998952bde 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -959,7 +959,7 @@ public: uint16_t getInt16(); uint32_t getInt32(); uint64_t getInt64(); - uint8_t getLaneIdx(size_t lanes); + uint8_t getLaneIndex(size_t lanes); // it is unsafe to return a float directly, due to ABI issues with the signalling bit Literal getFloat32Literal(); Literal getFloat64Literal(); |