mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
WIP
This commit is contained in:
parent
8c99cdf817
commit
d3ac7d616d
3 changed files with 88 additions and 14 deletions
|
@ -466,7 +466,7 @@ impl CallConv<X86_64GeneralReg, X86_64FloatReg, X86_64Assembler> for X86_64Syste
|
|||
offset += 8;
|
||||
|
||||
// store the base pointer
|
||||
ASM::mov_mem64_offset32_reg64(buf, RBP, offset, RBP);
|
||||
ASM::mov_mem64_offset32_reg64(buf, RDI, offset, RBP);
|
||||
offset += 8;
|
||||
|
||||
// store other non-volatile registers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue