Changeset 236 for trunk/hal/x86_64/core/hal_cpu.S
- Timestamp:
- Jul 19, 2017, 2:30:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_cpu.S
r235 r236 108 108 ret 109 109 110 ASM_ENTRY(rcr0) 111 movq %cr0,%rax 112 ret 113 110 114 ASM_ENTRY(rcr2) 111 115 movq %cr2,%rax 116 ret 117 118 ASM_ENTRY(rcr3) 119 movq %cr3,%rax 112 120 ret 113 121
Note: See TracChangeset
for help on using the changeset viewer.