* amd64obsd-tdep.c (amd64obsd_trapframe_sniffer): Spelling fix.
* i386obsd-tdep.c (i386obsd_trapframe_sniffer): Likewise.
This commit is contained in:
parent
6d566cffb0
commit
e5cc6d1129
@ -1,3 +1,8 @@
|
||||
2005-12-22 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* amd64obsd-tdep.c (amd64obsd_trapframe_sniffer): Spelling fix.
|
||||
* i386obsd-tdep.c (i386obsd_trapframe_sniffer): Likewise.
|
||||
|
||||
2005-12-22 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* amd64obsd-tdep.c (amd64obsd_trapframe_cache): Fix typos.
|
||||
|
@ -418,7 +418,7 @@ amd64obsd_trapframe_sniffer (const struct frame_unwind *self,
|
||||
ULONGEST cs;
|
||||
char *name;
|
||||
|
||||
/* Check Current Privilige Level and bail out if we're not executing
|
||||
/* Check Current Privilege Level and bail out if we're not executing
|
||||
in kernel space. */
|
||||
cs = frame_unwind_register_unsigned (next_frame, AMD64_CS_REGNUM);
|
||||
if ((cs & I386_SEL_RPL) == I386_SEL_UPL)
|
||||
|
@ -416,7 +416,7 @@ i386obsd_trapframe_sniffer (const struct frame_unwind *self,
|
||||
ULONGEST cs;
|
||||
char *name;
|
||||
|
||||
/* Check Current Privilige Level and bail out if we're not executing
|
||||
/* Check Current Privilege Level and bail out if we're not executing
|
||||
in kernel space. */
|
||||
cs = frame_unwind_register_unsigned (next_frame, I386_CS_REGNUM);
|
||||
if ((cs & I386_SEL_RPL) == I386_SEL_UPL)
|
||||
|
Loading…
Reference in New Issue
Block a user