mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Fix typo in windows-nat.c
I noticed a typo in a printf in windows-nat.c. This fixes it.
This commit is contained in:
@ -959,7 +959,7 @@ display_selector (HANDLE thread, DWORD sel)
|
|||||||
gdb_puts (")\n");
|
gdb_puts (")\n");
|
||||||
if ((info.HighWord.Bits.Type & 0x10) == 0)
|
if ((info.HighWord.Bits.Type & 0x10) == 0)
|
||||||
gdb_puts("System selector ");
|
gdb_puts("System selector ");
|
||||||
gdb_printf ("Priviledge level = %ld. ",
|
gdb_printf ("Privilege level = %ld. ",
|
||||||
(unsigned long) info.HighWord.Bits.Dpl);
|
(unsigned long) info.HighWord.Bits.Dpl);
|
||||||
if (info.HighWord.Bits.Granularity)
|
if (info.HighWord.Bits.Granularity)
|
||||||
gdb_puts ("Page granular.\n");
|
gdb_puts ("Page granular.\n");
|
||||||
|
Reference in New Issue
Block a user