diff options
Diffstat (limited to 'debugger')
-rw-r--r-- | debugger/dbdisply.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debugger/dbdisply.c b/debugger/dbdisply.c index 3234c367ad7a..a0ae7a5885c4 100644 --- a/debugger/dbdisply.c +++ b/debugger/dbdisply.c @@ -904,9 +904,9 @@ AcpiDbDisplayGpes ( } AcpiOsPrintf ( - " GPE %.2X: %p RunRefs %2.2X WakeRefs %2.2X Flags %2.2X (", + " GPE %.2X: %p RunRefs %2.2X Flags %2.2X (", GpeBlock->BlockBaseNumber + GpeIndex, GpeEventInfo, - GpeEventInfo->RuntimeCount, GpeEventInfo->WakeupCount, + GpeEventInfo->RuntimeCount, GpeEventInfo->Flags); /* Decode the flags byte */ |