Changeset d30b14f in mainline


Ignore:
Timestamp:
2012-07-26T22:10:06Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b2ba418
Parents:
4fc93d5
Message:

Adhere to amd64 ABI for calling variadic functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/asm.S

    r4fc93d5 rd30b14f  
    399399        movq %rsp, %rdi
    400400        movabs $bad_rip_msg, %rsi
     401        xorb %al, %al
    401402        callq fault_from_uspace
    402403        /* not reached */
Note: See TracChangeset for help on using the changeset viewer.