Skip to content

Commit f5f69f4

Browse files
committed
fix rm86
1 parent ee4d0e2 commit f5f69f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/backends/rm86.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class BackendRM86 : CompilerBackend {
297297
output ~= format("call __func__%s\n", node.name.Sanitise());
298298

299299
if (words[thisFunc].error) {
300-
output ~= "pop r15\n";
300+
output ~= "pop si\n";
301301
}
302302
}
303303
}

0 commit comments

Comments
 (0)