Changes in kernel/arch/amd64/src/delay.S [3b0f1b9a:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/delay.S
r3b0f1b9a r9d58539 31 31 # 32 32 33 #include <abi/asmtool.h>34 35 33 .text 36 34 37 FUNCTION_BEGIN(asm_delay_loop) 35 .global asm_delay_loop 36 .global asm_fake_loop 37 38 asm_delay_loop: 38 39 0: 39 40 dec %rdi … … 41 42 42 43 ret 43 FUNCTION_END(asm_delay_loop)44 44 45 FUNCTION_BEGIN(asm_fake_loop) 45 asm_fake_loop: 46 46 0: 47 47 dec %rdi … … 49 49 50 50 ret 51 FUNCTION_END(asm_fake_loop)52
Note:
See TracChangeset
for help on using the changeset viewer.