| Index: src/wasm/wasm-text.cc
|
| diff --git a/src/wasm/wasm-text.cc b/src/wasm/wasm-text.cc
|
| index bb07c35f584938889d9c66f2526574333dff8f80..6825fcad01830e3b50fd371d2bfeabf0f0e4b8e9 100644
|
| --- a/src/wasm/wasm-text.cc
|
| +++ b/src/wasm/wasm-text.cc
|
| @@ -263,7 +263,6 @@ void wasm::PrintWasmText(const WasmModule *module,
|
| os << #str ".const " << static_cast<cast_type>(operand.value); \
|
| break; \
|
| }
|
| - CASE_CONST(I8, i8, int32_t)
|
| CASE_CONST(I32, i32, int32_t)
|
| CASE_CONST(I64, i64, int64_t)
|
| CASE_CONST(F32, f32, float)
|
|
|