Make everything compile correctly

Everything should compile fine now.
This commit is contained in:
nerd73
2020-03-23 13:05:44 -06:00
parent d555614739
commit 169bd9bdab
3 changed files with 2 additions and 8 deletions

View File

@@ -136,8 +136,8 @@ machine_at_6abx3_init(const machine_t *model)
device_add(&intel_flash_bxt_device);
return ret;
##if defined(DEV_BRANCH) && defined(USE_I686)
}
#if defined(DEV_BRANCH) && defined(USE_I686)
int
machine_at_p2bls_init(const machine_t *model)
{