diff options
author | Chris Smith <cks@gnu.org> | 1992-10-25 19:58:43 +0000 |
---|---|---|
committer | Chris Smith <cks@gnu.org> | 1992-10-25 19:58:43 +0000 |
commit | 555b950bd1b8f0605f62913ef845bafcf697d1f6 (patch) | |
tree | 71c14c2328aeb7fe3c8ad6444737b9333f65b4fe /gcc | |
parent | 82ac9846be2ed9190df93057fc0a04376be24df4 (diff) | |
download | gcc-555b950bd1b8f0605f62913ef845bafcf697d1f6.zip gcc-555b950bd1b8f0605f62913ef845bafcf697d1f6.tar.gz gcc-555b950bd1b8f0605f62913ef845bafcf697d1f6.tar.bz2 |
*** empty log message ***
From-SVN: r2601
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/convex/convex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 8632be4..232ce70 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 }} |