Fix Irix6 host build problem.

* config/mips/tm-mips.h (FIX_CALL_DUMMY): Change unsigned LONGEST
        to ULONGEST.
This commit is contained in:
Jim Wilson
1996-11-19 00:04:37 +00:00
parent 753b59c270
commit 692a601fb7
2 changed files with 7 additions and 2 deletions

View File

@@ -427,9 +427,9 @@ extern void mips_pop_frame PARAMS ((void));
it will be expecting a float argument in a float \
register. */ \
store_unsigned_integer (dummyname + 4 * 4, 4, \
(unsigned LONGEST) 0); \
(ULONGEST) 0); \
store_unsigned_integer (dummyname + 6 * 4, 4, \
(unsigned LONGEST) 0); \
(ULONGEST) 0); \
} \
else if (TARGET_BYTE_ORDER == BIG_ENDIAN \
&& ! GDB_TARGET_IS_MIPS64) \