summaryrefslogtreecommitdiff
path: root/parser.fun
diff options
context:
space:
mode:
authorVladimir Azarov <avm@intermediate-node.net>2025-08-09 01:17:24 +0200
committerVladimir Azarov <avm@intermediate-node.net>2025-08-09 01:17:24 +0200
commit9bc877d781b988768c79d40a0f6a7055e9ad14e7 (patch)
tree72ea857d9df1a9dc179e82e1809220013a995606 /parser.fun
parentffee5da4dab26c8500add63da540ee252545370f (diff)
Register map
Diffstat (limited to 'parser.fun')
-rw-r--r--parser.fun2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.fun b/parser.fun
index ae5f2e3..d49f895 100644
--- a/parser.fun
+++ b/parser.fun
@@ -3781,7 +3781,7 @@ functor Parser(structure Tree: TREE; structure P: PPC;
Printf out `"return " Popt pea ea `";" %
| pstmt' _ StmtBreak out = Printf out `"break;" %
| pstmt' _ StmtContinue out = Printf out `"continue;" %
- | pstmt' _ StmtNone _ = raise Unreachable
+ | pstmt' _ StmtNone out = Printf out `";" %
and pCompBody off (S as (StmtCompound _)) out =
Printf out A2 pstmt' (off - 1) S %