Add slots for system call names and error codes.
authorChris Hanson <org/chris-hanson/cph>
Thu, 24 Jan 1991 04:32:32 +0000 (04:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 24 Jan 1991 04:32:32 +0000 (04:32 +0000)
v7/src/microcode/fixobj.h
v8/src/microcode/fixobj.h

index e12bcf37b7c24836c6044ff4ecc7330205e10843..2777a10e02db78f187073f32aee03a613a592171 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/fixobj.h,v 9.28 1989/10/26 07:49:43 cph Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/fixobj.h,v 9.29 1991/01/24 04:32:32 cph Exp $
 
-Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
+Copyright (c) 1987-91 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -44,8 +44,8 @@ MIT in each case. */
 #define Primitives_Vector      0x06    /* Primitive code -> Name map. */
 #define Errors_Vector          0x07    /* Error code -> Name map. */
 #define Identification_Vector  0x08    /* ID Vector index -> name map. */
-/* UNUSED slot                 0x09 */
-/* UNUSED slot                 0x0A */
+#define FIXOBJ_SYSTEM_CALL_NAMES       0x09    /* System call index -> name */
+#define FIXOBJ_SYSTEM_CALL_ERRORS      0x0A    /* System call error -> name */
 #define GC_Daemon              0x0B    /* Procedure to run after GC. */
 #define Trap_Handler           0x0C    /* Abort after disaster. */
 /* UNUSED slot                 0x0D */
index 6457672c8d1b880a2ec6db58749c4f31fc980d87..a55d5a7cb59aaf9109f265d02690ae5b00c20e9f 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/fixobj.h,v 9.28 1989/10/26 07:49:43 cph Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/fixobj.h,v 9.29 1991/01/24 04:32:32 cph Exp $
 
-Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
+Copyright (c) 1987-91 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -44,8 +44,8 @@ MIT in each case. */
 #define Primitives_Vector      0x06    /* Primitive code -> Name map. */
 #define Errors_Vector          0x07    /* Error code -> Name map. */
 #define Identification_Vector  0x08    /* ID Vector index -> name map. */
-/* UNUSED slot                 0x09 */
-/* UNUSED slot                 0x0A */
+#define FIXOBJ_SYSTEM_CALL_NAMES       0x09    /* System call index -> name */
+#define FIXOBJ_SYSTEM_CALL_ERRORS      0x0A    /* System call error -> name */
 #define GC_Daemon              0x0B    /* Procedure to run after GC. */
 #define Trap_Handler           0x0C    /* Abort after disaster. */
 /* UNUSED slot                 0x0D */