Debut portage SGI

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1252 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1997-02-02 14:54:46 +00:00
parent 46c91b7600
commit e2d787ddf2
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,9 @@ call_gen_code:
move $8, $5
move $9, $6
move $10, $7
#ifdef _PIC
move $25, $4
#endif
jal $4
/* Restore registers */
lw $31, 84($sp)
@ -64,5 +67,8 @@ call_gen_code:
.globl caml_c_call
.ent caml_c_call
caml_c_call:
#ifdef _PIC
move $25, $24
#endif
j $24
.end caml_c_call