summaryrefslogtreecommitdiff
path: root/source/components/disassembler/dmresrcl.c
diff options
context:
space:
mode:
authorSaket Dumbre <Saket.Dumbre@intel.com>2023-04-26 10:51:08 -0700
committerSaket Dumbre <Saket.Dumbre@intel.com>2023-04-26 10:51:08 -0700
commit24dc245931b8bfb74c4c4cdc3e1c63dccac0a8fd (patch)
tree468245226e3723e3aaf6f8fa09df37cfc9246b26 /source/components/disassembler/dmresrcl.c
parent9ad08f14189d4c3ba5ae2eb9ea15aac7f4620d44 (diff)
downloadacpica-24dc245931b8bfb74c4c4cdc3e1c63dccac0a8fd.tar.gz
Revert "Fixes for ACPI_FLEX_ARRAY, to eliminate warnings on MSVC"
This reverts commit f98909b7928cac8c5328e4852ad5a7ea671204fb.
Diffstat (limited to 'source/components/disassembler/dmresrcl.c')
-rw-r--r--source/components/disassembler/dmresrcl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/disassembler/dmresrcl.c b/source/components/disassembler/dmresrcl.c
index 88d19036a..75cafe5da 100644
--- a/source/components/disassembler/dmresrcl.c
+++ b/source/components/disassembler/dmresrcl.c
@@ -1112,7 +1112,7 @@ AcpiDmInterruptDescriptor (
{
AcpiDmIndent (Level + 1);
AcpiOsPrintf ("0x%8.8X,\n",
- (UINT32) Resource->ExtendedIrq.u.Interrupts[i]);
+ (UINT32) Resource->ExtendedIrq.Interrupts[i]);
}
AcpiDmIndent (Level);