MAJ de caml_alloc (%g7 contient l'adresse de young_limit, pas sa valeur...)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@665 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1996-02-23 13:54:37 +00:00
parent 1798ab7e5e
commit a8d04a2678
1 changed files with 2 additions and 1 deletions

View File

@ -108,8 +108,9 @@
/* Required size in %g4 */
Caml_alloc:
ld [%g7], %g1
sub %g6, %g4, %g6
cmp %g6, %g7
cmp %g6, %g1
blu Caml_call_gc
nop
retl