summaryrefslogtreecommitdiff
path: root/emu/Linux/asm-arm.S
diff options
context:
space:
mode:
Diffstat (limited to 'emu/Linux/asm-arm.S')
-rw-r--r--emu/Linux/asm-arm.S17
1 files changed, 0 insertions, 17 deletions
diff --git a/emu/Linux/asm-arm.S b/emu/Linux/asm-arm.S
index 4d8cc01d..90a337ff 100644
--- a/emu/Linux/asm-arm.S
+++ b/emu/Linux/asm-arm.S
@@ -113,20 +113,3 @@ FPrestore:
str r0, [fp, #-16]
ldmea fp, {fp, sp, pc}
.size FPrestore, .-FPrestore
-
-/*
- * ulong _tas(ulong*);
- */
- .align 2
- .global _tas
- .type _tas, %function
-_tas:
- @ args = 0, pretend = 0, frame = 0
- @ frame_needed = 0, uses_anonymous_args = 0
- @ link register save eliminated.
- @ lr needed for prologue
- mov r3, #1
- mov r1, r0
- swp r0, r3, [r1]
- mov pc, lr
- .size _tas, .-_tas