Changeset 365 for trunk/hal


Ignore:
Timestamp:
Aug 10, 2017, 11:48:01 AM (7 years ago)
Author:
max@…
Message:

Remove debug function.

Location:
trunk/hal/x86_64/core
Files:
2 edited

Legend:

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

    r359 r365  
    166166        orq     $CR0_TS,%rax
    167167        movq    %rax,%cr0
    168         ret
    169 
    170 ASM_ENTRY(x86_stop) /* debug only */
    171         int     $0x0b
    172168        ret
    173169
  • trunk/hal/x86_64/core/hal_init.c

    r345 r365  
    442442        ppm_free_pages(ptr);
    443443*/
    444 
    445 
    446 //      void x86_stop();
    447 //      x86_stop();
    448444}
    449445
Note: See TracChangeset for help on using the changeset viewer.