Skip to content

Commit

Permalink
Disable throw unsupported_feature
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jul 28, 2020
1 parent 9111419 commit 38ef256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fizzy/execute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ ExecutionResult execute(Instance& instance, FuncIdx func_idx, span<const uint64_
case Instr::i64_reinterpret_f64:
case Instr::f32_reinterpret_i32:
case Instr::f64_reinterpret_i64:
throw unsupported_feature("Floating point instruction.");
// throw unsupported_feature("Floating point instruction.");
default:
assert(false);
break;
Expand Down

0 comments on commit 38ef256

Please sign in to comment.