This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Tue, Oct 14, 2003 at 02:36:25PM -0700, Fariborz Jahanian wrote:(load_register_parameters): use of UNITS_PER_REGISTER_ARGUMENT macro.
This is definitely wrong.
In 64-bit mode UNITS_PER_WORD is 64. In 32-bit mode it's 32. That you are trying to replace this value with something else means there's a very fundamental misunderstanding somewhere.
r~
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |