From 3d0c8616ce23573895de6d47e056e92a25ddfe04 Mon Sep 17 00:00:00 2001 From: George Kuan Date: Fri, 11 Mar 2016 13:08:06 -0800 Subject: Typo that messes up the opcode table --- BinaryEncoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index ab24438..f3493c8 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -428,7 +428,7 @@ natural alignment. Thus, for any given memory access op, the bits after the | `i32.clz` | `0x57` | | | | `i32.ctz` | `0x58` | | | | `i32.popcnt` | `0x59` | | | -| `i32.eqz | `0x5a` | | | +| `i32.eqz` | `0x5a` | | | | `i64.add` | `0x5b` | | | | `i64.sub` | `0x5c` | | | | `i64.mul` | `0x5d` | | | @@ -457,7 +457,7 @@ natural alignment. Thus, for any given memory access op, the bits after the | `i64.clz` | `0x72` | | | | `i64.ctz` | `0x73` | | | | `i64.popcnt` | `0x74` | | | -| `i64.eqz | `0xba` | | | +| `i64.eqz` | `0xba` | | | | `f32.add` | `0x75` | | | | `f32.sub` | `0x76` | | | | `f32.mul` | `0x77` | | | -- cgit v1.2.3