diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-11-05 23:21:32 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-11-05 16:21:32 -0700 |
commit | 2cea37e5e9d0a235b951b7dc0b7d40e1464a7f48 (patch) | |
tree | ab39132756f9636364fe968a930ccd26526f0ab5 /gcc/config/romp | |
parent | 724d568a1fd6821dc4dbfadbb8dc148a290397e5 (diff) | |
download | gcc-2cea37e5e9d0a235b951b7dc0b7d40e1464a7f48.zip gcc-2cea37e5e9d0a235b951b7dc0b7d40e1464a7f48.tar.gz gcc-2cea37e5e9d0a235b951b7dc0b7d40e1464a7f48.tar.bz2 |
* romp.h (LEGITIMIZE_ADDRESS): Fix typo.
From-SVN: r23544
Diffstat (limited to 'gcc/config/romp')
-rw-r--r-- | gcc/config/romp/romp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h index 0add9ee2..f307e68 100644 --- a/gcc/config/romp/romp.h +++ b/gcc/config/romp/romp.h @@ -1078,7 +1078,7 @@ struct rt_cargs {int gregs, fregs; }; force_operand \ (gen_rtx (PLUS, SImode, XEXP (X, 0), \ GEN_INT (high_int << 16)), 0),\ - GEN_INT (, low_int)); \ + GEN_INT (low_int)); \ } \ } |