Skip to content

Commit

Permalink
fix rm86
Browse files Browse the repository at this point in the history
  • Loading branch information
yeti0904 committed Nov 14, 2024
1 parent ee4d0e2 commit f5f69f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backends/rm86.d
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class BackendRM86 : CompilerBackend {
output ~= format("call __func__%s\n", node.name.Sanitise());

if (words[thisFunc].error) {
output ~= "pop r15\n";
output ~= "pop si\n";
}
}
}
Expand Down

0 comments on commit f5f69f4

Please sign in to comment.