Changes in kernel/arch/amd64/src/delay.S [9d58539:3b0f1b9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/delay.S
r9d58539 r3b0f1b9a 31 31 # 32 32 33 #include <abi/asmtool.h> 34 33 35 .text 34 36 35 .global asm_delay_loop 36 .global asm_fake_loop 37 38 asm_delay_loop: 37 FUNCTION_BEGIN(asm_delay_loop) 39 38 0: 40 39 dec %rdi … … 42 41 43 42 ret 43 FUNCTION_END(asm_delay_loop) 44 44 45 asm_fake_loop: 45 FUNCTION_BEGIN(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.