summaryrefslogtreecommitdiff
path: root/testasmcomp/sparc.asm
diff options
context:
space:
mode:
Diffstat (limited to 'testasmcomp/sparc.asm')
-rw-r--r--testasmcomp/sparc.asm19
1 files changed, 0 insertions, 19 deletions
diff --git a/testasmcomp/sparc.asm b/testasmcomp/sparc.asm
deleted file mode 100644
index 42776808c0..0000000000
--- a/testasmcomp/sparc.asm
+++ /dev/null
@@ -1,19 +0,0 @@
- .global _call_gen_code
-_call_gen_code:
- save %sp, -96, %sp
- mov %i0, %l0
- mov %i1, %i0
- mov %i2, %i1
- mov %i3, %i2
- mov %i4, %i3
- mov %i5, %i4
- call %l0
- nop
- mov %o0, %i0
- ret
- restore
-
- .global _caml_c_call
-_caml_c_call:
- jmp %g1
- nop