| Index: src/wasm/decoder.h
|
| diff --git a/src/wasm/decoder.h b/src/wasm/decoder.h
|
| index 0e88eda022de439228b6f862098dff55376ae954..c5851484cdf9c50aaf94b989d644bac77b1ee7df 100644
|
| --- a/src/wasm/decoder.h
|
| +++ b/src/wasm/decoder.h
|
| @@ -15,14 +15,10 @@ namespace v8 {
|
| namespace internal {
|
| namespace wasm {
|
|
|
| -#if DEBUG
|
| #define TRACE(...) \
|
| do { \
|
| if (FLAG_trace_wasm_decoder) PrintF(__VA_ARGS__); \
|
| } while (false)
|
| -#else
|
| -#define TRACE(...)
|
| -#endif
|
|
|
| #if !(V8_TARGET_ARCH_MIPS || V8_TARGET_ARCH_MIPS64 || V8_TARGET_ARCH_ARM)
|
| #define UNALIGNED_ACCESS_OK 1
|
|
|