Added RC_COMP_LINK_CACHES_CONTINUE.
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 26 Jul 1995 21:20:23 +0000 (21:20 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 26 Jul 1995 21:20:23 +0000 (21:20 +0000)
v8/src/microcode/returns.h

index f282eab21b468958ab682e571e3e51183f01ee43..e2f6c7ad2c2264bf20434cc33df51853c2374186 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: returns.h,v 9.41 1993/06/24 06:20:49 gjr Exp $
+$Id: returns.h,v 9.42 1995/07/26 21:20:23 adams Exp $
 
 Copyright (c) 1987-1993 Massachusetts Institute of Technology
 
@@ -118,10 +118,11 @@ MIT in each case. */
 #define RC_INTERNAL_APPLY_VAL          0x5D
 #define RC_COMP_ERROR_RESTART          0x5E
 #define RC_PRIMITIVE_CONTINUE          0x5F
+#define RC_COMP_LINK_CACHES_CONTINUE   0x60
 
 /* When adding return codes, add them to the table below as well! */
 
-#define MAX_RETURN_CODE                        0x5F
+#define MAX_RETURN_CODE                        0x60
 \f
 #define RETURN_NAME_TABLE                                              \
 {                                                                      \
@@ -221,4 +222,5 @@ MIT in each case. */
 /* 0x5D */             "INTERNAL_APPLY_VAL",                           \
 /* 0x5E */             "COMPILER_ERROR_RESTARRT",                      \
 /* 0x5F */             "PRIMITIVE_CONTINUE"                            \
+/* 0x60 */             "COMPILER_LINK_CACHES_CONTINUE",                \
 }