Index: hppa-tdep.c =================================================================== RCS file: /nile.c/cvs/Dev/gdb/gdb-6.3/gdb/hppa-tdep.c,v retrieving revision 1.11 diff -u -p -r1.11 hppa-tdep.c --- hppa-tdep.c 30 Dec 2004 07:10:36 -0000 1.11 +++ hppa-tdep.c 31 Dec 2004 13:18:54 -0000 @@ -1154,9 +1154,9 @@ prologue_inst_adjust_sp (unsigned long i if ((inst & 0xffe00008) == 0x73c00008) return (inst & 0x1 ? -1 << 13 : 0) | (((inst >> 4) & 0x3ff) << 3); - /* addil high21,%r1; ldo low11,(%r1),%r30) + /* addil high21,%r30; ldo low11,(%r1),%r30) save high bits in save_high21 for later use. */ - if ((inst & 0xffe00000) == 0x28200000) + if ((inst & 0xffe00000) == 0x2bc00000) { save_high21 = hppa_extract_21 (inst); return 0;