diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2016-03-11 13:09:31 -0800 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2016-03-11 13:09:31 -0800 |
| commit | 76cb68fc292ee793434af34bd4f21905f017f3d8 (patch) | |
| tree | af0130f6195832b2e0700093d9426bcfc08eb8df /BinaryEncoding.md | |
| parent | 9925904e2854f421b476628547c9d7b61da70fac (diff) | |
| parent | 3d0c8616ce23573895de6d47e056e92a25ddfe04 (diff) | |
| download | nanowasm-design-76cb68fc292ee793434af34bd4f21905f017f3d8.tar.gz | |
Merge pull request #605 from commonlisp/patch-1
Typo that messes up the opcode table
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 4 |
1 files changed, 2 insertions, 2 deletions
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` | | | |
