Fixed assumption that raw continuation is 4 bytes after one left on stack.
authorssmith <ssmith>
Thu, 12 Jan 1995 14:45:48 +0000 (14:45 +0000)
committerssmith <ssmith>
Thu, 12 Jan 1995 14:45:48 +0000 (14:45 +0000)
v8/src/compiler/machines/i386/machin.scm

index 7bce28f656dd38620331f4957100213021a814fb..07b7c52c4a7c0433d519a673a63173620dea8b28 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: machin.scm,v 1.4 1995/01/11 20:25:23 ssmith Exp $
+$Id: machin.scm,v 1.5 1995/01/12 14:45:48 ssmith Exp $
 
 Copyright (c) 1992-1995 Massachusetts Institute of Technology
 
@@ -86,7 +86,7 @@ MIT in each case. |#
   ;; Distance in bytes between a raw continuation
   ;; (as left behind by JSR) and the real continuation
   ;; (after descriptor)
-  0)
+  4)
 
 (define #|-integrable|# untagged-fixnums?
   ;; true when fixnums have tags 000000... and 111111...