Ignore:
Timestamp:
Jun 27, 2017, 5:19:53 PM (7 years ago)
Author:
max@…
Message:

print %rip, and add cli/sti

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_cpu.S

    r51 r78  
    3939        ret
    4040
     41ASM_ENTRY(sti)
     42        sti
     43        ret
     44
     45ASM_ENTRY(cli)
     46        cli
     47        ret
     48
    4149ASM_ENTRY(rdmsr)
    4250        movq    %rdi,%rcx
Note: See TracChangeset for help on using the changeset viewer.