Patches to add Irix6 host support.

This commit is contained in:
Jim Wilson
1996-11-12 23:33:32 +00:00
parent cf13e3fc30
commit 119dfbb7c1
14 changed files with 50 additions and 35 deletions

View File

@@ -514,7 +514,7 @@ frame_saved_pc (frame)
static void
write_word (sp, word)
CORE_ADDR sp;
unsigned LONGEST word;
ULONGEST word;
{
register int len = REGISTER_SIZE;
char buffer[MAX_REGISTER_RAW_SIZE];