diff options
Diffstat (limited to 'src/interpreter-opcode.def')
-rw-r--r-- | src/interpreter-opcode.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpreter-opcode.def b/src/interpreter-opcode.def index 78730704..b2d2b0a0 100644 --- a/src/interpreter-opcode.def +++ b/src/interpreter-opcode.def @@ -30,7 +30,7 @@ * tr t1 t2 m prefix code Name text * ============================================================ */ -#include "opcode.def" +#include "src/opcode.def" WABT_OPCODE(___, ___, ___, 0, 0, 0xc0, Alloca, "alloca") WABT_OPCODE(___, ___, ___, 0, 0, 0xc1, BrUnless, "br_unless") WABT_OPCODE(___, ___, ___, 0, 0, 0xc2, CallHost, "call_host") |