Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/amd64/src/entry.s

    r63f8966 r47b7006  
    4242        #
    4343        pushq $0
    44         mov %rsp, %rbp
     44        movq %rsp, %rbp
    4545       
    4646        # %rdi was deliberately chosen as the first argument is also in %rdi
    4747        # Pass PCB pointer to __main (no operation)
    4848        call __main
    49 
    50         call __exit
Note: See TracChangeset for help on using the changeset viewer.