summaryrefslogtreecommitdiff
path: root/includes/compiler/IroFlowgraph.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--includes/compiler/IroFlowgraph.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/compiler/IroFlowgraph.h b/includes/compiler/IroFlowgraph.h
index 3a76df0..98b6110 100644
--- a/includes/compiler/IroFlowgraph.h
+++ b/includes/compiler/IroFlowgraph.h
@@ -90,8 +90,7 @@ inline void IROFlowgraph_sub_4C3880(IRONodes *nodes, UInt16 index) {
nodes->indices[(nodes->base + nodes->num) % IRO_NumNodes] = index;
nodes->num++;
} else {
-#line 93
- CError_FATAL();
+ CError_FATAL(93);
}
}