We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1460a16 + f9d5037 commit 0ff6d9cCopy full SHA for 0ff6d9c
source/backends/arm64.d
@@ -586,7 +586,7 @@ class BackendARM64 : CompilerBackend {
586
if (node.inline) {
587
if (node.errors) {
588
LoadAddress("x9", "__global_" ~ Sanitise("_cal_exception"));
589
- output ~= "ldr x10, #0\n";
+ output ~= "mov x10, #0\n";
590
output ~= "str x10, [x9]\n";
591
}
592
@@ -615,7 +615,7 @@ class BackendARM64 : CompilerBackend {
615
616
617
618
619
620
621
0 commit comments