We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5762fe1 commit b69d1acCopy full SHA for b69d1ac
sys/external/bsd/acpica/dist/include/amlresrc.h
@@ -642,10 +642,6 @@ typedef struct aml_resource_pin_group_config
642
643
#define AML_RESOURCE_PIN_GROUP_CONFIG_REVISION 1 /* ACPI 6.2 */
644
645
-/* restore default alignment */
646
-
647
-#pragma pack()
648
649
/* Union of all resource descriptors, so we can allocate the worst case */
650
651
typedef union aml_resource
@@ -700,6 +696,9 @@ typedef union aml_resource
700
696
701
697
} AML_RESOURCE;
702
698
699
+/* restore default alignment */
+
+#pragma pack()
703
704
/* Interfaces used by both the disassembler and compiler */
705
0 commit comments