2000-08-10 Kazu Hirata <kazu@hxi.com>

* hppa_tdep.c: Fix a comment typo.
This commit is contained in:
Kazu Hirata
2000-08-10 21:17:46 +00:00
parent fdeafce79e
commit b84a8afed0
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2000-08-10 Kazu Hirata <kazu@hxi.com>
* hppa_tdep.c: Fix a comment typo.
2000-08-10 Tom Tromey <tromey@cygnus.com>
* MAINTAINERS: Added myself with write-after-approval access.

View File

@@ -2900,7 +2900,7 @@ in_solib_call_trampoline (CORE_ADDR pc, char *name)
instructions long. */
insn = read_memory_integer (pc, 4);
/* Find out where we we think we are within the stub. */
/* Find out where we think we are within the stub. */
if ((insn & 0xffffc00e) == 0x53610000)
addr = pc;
else if ((insn & 0xffffffff) == 0xe820d000)