From 3586ce65793daf4828e6e2869612a9949d9c072c Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 11 Sep 1993 03:10:22 +0000 Subject: [PATCH] - Add a primitive facility to set breakpoints on compiled code. - Improve with-interrupt-mask and with-stack-marker from compiled code. --- v7/src/microcode/version.h | 4 ++-- v8/src/microcode/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.25.1