* romp.h (LEGITIMIZE_ADDRESS): Fix typo.
From-SVN: r23544
This commit is contained in:
parent
724d568a1f
commit
2cea37e5e9
@ -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.
|
||||
|
@ -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)); \
|
||||
} \
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user