Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/delay.S

    r3b0f1b9a r9d58539  
    3131#
    3232
    33 #include <abi/asmtool.h>
    34 
    3533.text
    3634
    37 FUNCTION_BEGIN(asm_delay_loop)
     35.global asm_delay_loop
     36.global asm_fake_loop
     37
     38asm_delay_loop:
    3839        0:
    3940                dec %rdi
     
    4142       
    4243        ret
    43 FUNCTION_END(asm_delay_loop)
    4444
    45 FUNCTION_BEGIN(asm_fake_loop)
     45asm_fake_loop:
    4646        0:
    4747                dec %rdi
     
    4949       
    5050        ret
    51 FUNCTION_END(asm_fake_loop)
    52 
Note: See TracChangeset for help on using the changeset viewer.