Changeset c98e6ee in mainline for kernel/arch/amd64/src/userspace.c
- Timestamp:
- 2008-07-08T16:05:45Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f93f168
- Parents:
- b7f9087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/userspace.c
rb7f9087 rc98e6ee 62 62 "pushq %4\n" 63 63 "movq %5, %%rax\n" 64 /* %rdi is defined to hold pcb_ptr - set it to 0 */ 65 "xorq %%rdi, %%rdi\n" 64 66 "iretq\n" 65 67 : :
Note:
See TracChangeset
for help on using the changeset viewer.