From efd786bdf1cca85a464e2f7b26bec4281a2515bb Mon Sep 17 00:00:00 2001 From: ssmith Date: Thu, 12 Jan 1995 14:45:48 +0000 Subject: [PATCH] Fixed assumption that raw continuation is 4 bytes after one left on stack. --- v8/src/compiler/machines/i386/machin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v8/src/compiler/machines/i386/machin.scm b/v8/src/compiler/machines/i386/machin.scm index 7bce28f65..07b7c52c4 100644 --- a/v8/src/compiler/machines/i386/machin.scm +++ b/v8/src/compiler/machines/i386/machin.scm @@ -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... -- 2.25.1