Commit 4efc32ea authored by alan.li's avatar alan.li Committed by Commit bot

Fix a WASM compiler test failure (invalid instructions).

WASM compiler test will sometimes generate invalid instructions for
DINS/INS.

BUG=

Review URL: https://codereview.chromium.org/1709633004

Cr-Commit-Position: refs/heads/master@{#34175}
parent 26f617f1
......@@ -1206,6 +1206,7 @@ Instruction::Type Instruction::InstructionType(TypeChecks checks) const {
case SPECIAL3:
switch (FunctionFieldRaw()) {
case INS:
case DINS:
case EXT:
case DEXT:
case DEXTM:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment