aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64/asm/misc.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86_64/asm/misc.s')
-rw-r--r--src/arch/x86_64/asm/misc.s8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/arch/x86_64/asm/misc.s b/src/arch/x86_64/asm/misc.s
index fc5aa90..532aacd 100644
--- a/src/arch/x86_64/asm/misc.s
+++ b/src/arch/x86_64/asm/misc.s
@@ -1,11 +1,7 @@
; place for misc code, before they find better places to live..
-
[GLOBAL _delay]
-
[SECTION .text]
-
_delay:
- jmp .dummy
+ jmp .dummy
.dummy:
- ret
-
+ ret