aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64/asm/misc.s
blob: 532aacd9e0dc886b188070fa6f0585a9ac2f514d (plain)
1
2
3
4
5
6
7
; place for misc code, before they find better places to live..
[GLOBAL _delay]
[SECTION .text]
_delay:
	jmp     .dummy
.dummy:
	ret