summaryrefslogtreecommitdiff
path: root/source/components/disassembler/dmresrcl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/disassembler/dmresrcl2.c')
-rw-r--r--source/components/disassembler/dmresrcl2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/disassembler/dmresrcl2.c b/source/components/disassembler/dmresrcl2.c
index 37d10b216..ef512a3ff 100644
--- a/source/components/disassembler/dmresrcl2.c
+++ b/source/components/disassembler/dmresrcl2.c
@@ -347,7 +347,7 @@ AcpiDmGpioIntDescriptor (
AcpiOsPrintf ("GpioInt (%s, %s, %s, ",
AcpiGbl_HeDecode [(Resource->Gpio.IntFlags & 1)],
AcpiGbl_LlDecode [(Resource->Gpio.IntFlags >> 1) & 1],
- AcpiGbl_ShrDecode [(Resource->Gpio.IntFlags >> 3) & 1]);
+ AcpiGbl_ShrDecode [(Resource->Gpio.IntFlags >> 3) & 3]);
/* PinConfig, DebounceTimeout */
@@ -395,7 +395,7 @@ AcpiDmGpioIoDescriptor (
AcpiDmIndent (Level);
AcpiOsPrintf ("GpioIo (%s, ",
- AcpiGbl_ShrDecode [(Resource->Gpio.IntFlags >> 3) & 1]);
+ AcpiGbl_ShrDecode [(Resource->Gpio.IntFlags >> 3) & 3]);
if (Resource->Gpio.PinConfig <= 3)
{