From 555b950bd1b8f0605f62913ef845bafcf697d1f6 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 25 Oct 1992 19:58:43 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r2601 --- gcc/config/convex/convex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 8632be4ad770..232ce702e4d7 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -69,7 +69,7 @@ extern char *output_call (); #define TARGET_C2 (target_flags & 2) #define TARGET_C34 (target_flags & 4) #define TARGET_C38 (target_flags & 010) -#define TARGET_INDIRECTS (target_flags & 020) +#define TARGET_INDIRECTS (1) #define TARGET_ARGCOUNT (target_flags & 040) /* Macro to define tables used to set the flags. @@ -85,7 +85,7 @@ extern char *output_call (); { "c34", 006 }, \ { "c38", 012 }, \ { "noc1", -001 }, \ - { "noc2", -022 }, \ + { "noc2", -002 }, \ { "argcount", 040 }, \ { "noargcount", -040 }, \ { "", TARGET_DEFAULT }} -- 2.43.5