aboutsummaryrefslogtreecommitdiff
path: root/source/tools/acpinames/antables.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tools/acpinames/antables.c')
-rw-r--r--source/tools/acpinames/antables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/acpinames/antables.c b/source/tools/acpinames/antables.c
index dcf2fa910048..6473e6b4daa0 100644
--- a/source/tools/acpinames/antables.c
+++ b/source/tools/acpinames/antables.c
@@ -178,7 +178,7 @@ AeBuildLocalTables (
/* Build an RSDP */
ACPI_MEMSET (&LocalRSDP, 0, sizeof (ACPI_TABLE_RSDP));
- ACPI_MEMCPY (LocalRSDP.Signature, ACPI_SIG_RSDP, 8);
+ ACPI_MAKE_RSDP_SIG (LocalRSDP.Signature);
ACPI_MEMCPY (LocalRSDP.OemId, "I_TEST", 6);
LocalRSDP.Revision = 2;
LocalRSDP.XsdtPhysicalAddress = ACPI_PTR_TO_PHYSADDR (LocalXSDT);