mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Typo on smp.c (missing ;)
This commit is contained in:
committed by
Sam Demeulemeester
parent
231b389b3c
commit
680e6ad79b
@@ -377,7 +377,7 @@ static bool find_cpus_in_floating_mp_struct(void)
|
||||
static bool find_cpus_in_madt(void)
|
||||
{
|
||||
if (acpi_config.madt_addr == 0) {
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
|
||||
madt_table_header_t *mpc = (madt_table_header_t *)map_region(acpi_config.madt_addr, sizeof(madt_table_header_t), true);
|
||||
|
||||
Reference in New Issue
Block a user