summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-04-21 15:53:16 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-04-21 15:55:42 -0700
commite9ba8d7dfe1754cb48b1efeb6eb9572bd6388a4e (patch)
tree3c3e2009989b1a094380885781172ef1563fdd96 /src/wasm-binary.h
parent569eeebd307710b3de0a0da60a85f123dd9cf0c5 (diff)
downloadbinaryen-e9ba8d7dfe1754cb48b1efeb6eb9572bd6388a4e.tar.gz
binaryen-e9ba8d7dfe1754cb48b1efeb6eb9572bd6388a4e.tar.bz2
binaryen-e9ba8d7dfe1754cb48b1efeb6eb9572bd6388a4e.zip
fix a reinterpret opcode
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 50fcc6238..8e9faa15a 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -361,12 +361,12 @@ enum ASTNodes {
F64UConvertI64 = 0xb1,
F64ConvertF32 = 0xb2,
F64ReinterpretI64 = 0xb3,
+ I32ReinterpretF32 = 0xb4,
I64ReinterpretF64 = 0xb5,
I32RotR = 0xb6,
I32RotL = 0xb7,
I64RotR = 0xb8,
I64RotL = 0xb9,
- I32ReinterpretF32 = 0xfe, // XXX not in v8 spec doc
I32LoadMem8S = 0x20,
I32LoadMem8U = 0x21,