Changes in kernel/arch/amd64/src/context.S [3eebe571:1a5eca4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/context.S
r3eebe571 r1a5eca4 39 39 # 40 40 FUNCTION_BEGIN(context_save_arch) 41 movq (%rsp), %rdx # the caller's return % rip41 movq (%rsp), %rdx # the caller's return %eip 42 42 43 # 1st argument passed in %edi 43 44 movq %rdx, CONTEXT_OFFSET_PC(%rdi) 44 45 movq %rsp, CONTEXT_OFFSET_SP(%rdi) … … 74 75 movq CONTEXT_OFFSET_RBX(%rdi), %rbx 75 76 76 movq CONTEXT_OFFSET_SP(%rdi), %rsp 77 movq CONTEXT_OFFSET_SP(%rdi), %rsp # ctx->sp -> %rsp 77 78 78 79 movq CONTEXT_OFFSET_PC(%rdi), %rdx
Note:
See TracChangeset
for help on using the changeset viewer.