diff options
author | Vladimir Azarov <avm@intermediate-node.net> | 2025-08-09 01:17:24 +0200 |
---|---|---|
committer | Vladimir Azarov <avm@intermediate-node.net> | 2025-08-09 01:17:24 +0200 |
commit | 9bc877d781b988768c79d40a0f6a7055e9ad14e7 (patch) | |
tree | 72ea857d9df1a9dc179e82e1809220013a995606 /parser.fun | |
parent | ffee5da4dab26c8500add63da540ee252545370f (diff) |
Register map
Diffstat (limited to 'parser.fun')
-rw-r--r-- | parser.fun | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 % |