Changeset c75698b in mainline


Ignore:
Timestamp:
2010-11-02T19:53:48Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e80329d6
Parents:
4f35b9ff
Message:

Add missing instruction suffix.

File:
1 edited

Legend:

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

    r4f35b9ff rc75698b  
    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
Note: See TracChangeset for help on using the changeset viewer.