From: Guillermo J. Rozas Date: Sat, 11 Sep 1993 03:10:22 +0000 (+0000) Subject: - Add a primitive facility to set breakpoints on compiled code. X-Git-Tag: 20090517-FFI~7861 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3586ce65793daf4828e6e2869612a9949d9c072c;p=mit-scheme.git - Add a primitive facility to set breakpoints on compiled code. - Improve with-interrupt-mask and with-stack-marker from compiled code. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index dfc9fb67b..9cdd4233b 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.142 1993/09/08 22:37:07 cph Exp $ +$Id: version.h,v 11.143 1993/09/11 03:10:22 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 142 +#define SUBVERSION 143 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index dfc9fb67b..9cdd4233b 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.142 1993/09/08 22:37:07 cph Exp $ +$Id: version.h,v 11.143 1993/09/11 03:10:22 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 142 +#define SUBVERSION 143 #endif