From 30fdfe890aa6ad904238c16f0ee77d9d36877f6b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 4 Mar 2016 17:54:08 -0800 Subject: Change call_import to 0x1f. --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 80b14d6..71da872 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -318,7 +318,7 @@ out of range, `br_table` branches to the default target. | `store_global` | `0x11` | index = `varuint32` | * nonstandard internal opcode | | `call` | `0x12` | function_index = `varuint32` | call a function by its index | | `call_indirect` | `0x13` | signature_index = `varuint32` | call a function indirect with an expected signature | -| `call_import` | `0x09` | import_index = `varuint32` | call an imported function by its index | +| `call_import` | `0x1f` | import_index = `varuint32` | call an imported function by its index | ## Memory-related operators ([described here](AstSemantics.md#linear-memory-accesses)) -- cgit v1.2.3