Commit 2cea37e5 by Jeffrey A Law Committed by Jeff Law

* romp.h (LEGITIMIZE_ADDRESS): Fix typo.

From-SVN: r23544
parent 724d568a
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)); \
} \
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment