Preserve g2 around special calls.
authorStephen Adams <edu/mit/csail/zurich/adams>
Mon, 14 Aug 1995 21:54:09 +0000 (21:54 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Mon, 14 Aug 1995 21:54:09 +0000 (21:54 +0000)
v8/src/compiler/machines/spectrum/rulflo.scm

index fe32abaa954d1a6ea1d0afc1fd2373e5c2806922..c42f4c80d234880b31328223041e02dec536bbe8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rulflo.scm,v 1.2 1995/04/02 15:21:40 adams Exp $
+$Id: rulflo.scm,v 1.3 1995/08/14 21:54:09 adams Exp $
 
 Copyright (c) 1989-1994 Massachusetts Institute of Technology
 
@@ -446,7 +446,7 @@ MIT in each case. |#
    fp4 fp5 fp6 fp7 fp8 fp9 fp10 fp11))
 
 (define registers-to-preserve-around-special-calls
-  (append (list g14 g15 g16 g17)
+  (append (list g2 g14 g15 g16 g17)
          caller-saves-registers))
 
 (define (flonum/1-arg/special hook target source)