Mise au point
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1831 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
148d1fb92d
commit
f279531490
|
@ -35,7 +35,7 @@ caml_call_gc:
|
|||
mflr 0
|
||||
Storeglobal(0, caml_last_return_address, 11)
|
||||
/* Record lowest stack address */
|
||||
addi 0, 1, 32
|
||||
addi 0, 1, 0x1A0
|
||||
Storeglobal(0, caml_bottom_of_stack, 11)
|
||||
/* Record pointer to register array */
|
||||
addi 0, 1, 8*32 + 32
|
||||
|
@ -201,7 +201,6 @@ caml_c_call:
|
|||
li 12, 0
|
||||
Storeglobal(12, caml_last_return_address, 11)
|
||||
/* Return to caller */
|
||||
addi 1, 8, 1
|
||||
blr
|
||||
|
||||
/* Raise an exception from C */
|
||||
|
|
Loading…
Reference in New Issue