Changeset f126c87 in mainline for kernel/arch/amd64/src/context.S


Ignore:
Timestamp:
2016-09-01T16:46:27Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a2fbc8
Parents:
9befb0d (diff), bdfdc51c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from mainline.

File:
1 edited

Legend:

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

    r9befb0d rf126c87  
    7878        movq CONTEXT_OFFSET_PC(%rdi), %rdx
    7979        movq %rdx, (%rsp)
    80 
     80       
    8181        movq CONTEXT_OFFSET_TP(%rdi), %rcx
    8282        movq vreg_ptr, %rsi
Note: See TracChangeset for help on using the changeset viewer.