* romp.h (LEGITIMIZE_ADDRESS): Fix typo.

From-SVN: r23544
This commit is contained in:
Jeffrey A Law 1998-11-05 23:21:32 +00:00 committed by Jeff Law
parent 724d568a1f
commit 2cea37e5e9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Nov 6 00:16:04 1998 Jeffrey A Law (law@cygnus.com)
* romp.h (LEGITIMIZE_ADDRESS): Fix typo.
Fri Nov 6 00:10:00 1998 Jan Hubicka (hubicka@freesoft.cz)
* i386.md (extendsidi2): Use # in the output template.

View File

@ -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)); \
} \
}