Changeset 36b209a in mainline for arch/amd64/src/delay.S
- Timestamp:
- 2005-09-03T07:11:10Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 82a80d3
- Parents:
- 89344d85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/delay.S
r89344d85 r36b209a 37 37 38 38 asm_delay_loop: 39 0: lahf 40 dec %edi 39 0: dec %rdi 41 40 jnz 0b 42 41 ret 43 42 44 43 asm_fake_loop: 45 0: lahf 46 dec %edi 44 0: dec %rdi 47 45 jz 0b 48 46 ret
Note:
See TracChangeset
for help on using the changeset viewer.