Changeset 329 for trunk/hal


Ignore:
Timestamp:
Aug 7, 2017, 9:03:02 AM (7 years ago)
Author:
max@…
Message:

Initialize %rbp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_smpboot.S

    r243 r329  
    196196LABEL(cpuN_boot_trampoline_end)
    197197        movq    smp_stkva(%rip),%rsp
     198        xorq    %rbp,%rbp
    198199        call    init_x86_64_cpuN
    199200
Note: See TracChangeset for help on using the changeset viewer.