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.
1 parent 510fc75 commit fcd97edCopy full SHA for fcd97ed
llvm-4.0.0.src/projects/compiler-rt/lib/lowfat/lowfat.c
@@ -579,8 +579,7 @@ __asm__ (
579
"\t.type lowfat_stack_pivot,@function\n"
580
"lowfat_stack_pivot:\n"
581
"\tmovq %rsp, %rdi\n"
582
- "\tmovabsq $lowfat_stack_pivot_2, %rax\n"
583
- "\tcallq *%rax\n"
+ "\tcall lowfat_stack_pivot_2\n"
584
"\tmovq %rax, %rsp\n"
585
"\tretq\n"
586
);
0 commit comments