diff options
Diffstat (limited to 'src/dataflow/node.h')
-rw-r--r-- | src/dataflow/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dataflow/node.h b/src/dataflow/node.h index 612a2f613..bb537afc2 100644 --- a/src/dataflow/node.h +++ b/src/dataflow/node.h @@ -163,7 +163,7 @@ struct Node { case Zext: return getValue(0)->getWasmType(); case Bad: - return unreachable; + return wasm::Type::unreachable; default: WASM_UNREACHABLE("invalid node type"); } |