Merge pull request #3574 from AdamNiederer/fix-dynamic-list-compilation

Fix broken elif in dynamic.c
This commit is contained in:
Martin Kroeker 2022-03-19 09:21:56 +01:00 committed by GitHub
commit 694f6c5c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ extern gotoblas_t gotoblas_BARCELONA;
#endif
#ifdef DYN_ATOM
extern gotoblas_t gotoblas_ATOM;
elif defined(DYN_NEHALEM)
#elif defined(DYN_NEHALEM)
#define gotoblas_ATOM gotoblas_NEHALEM
#else
#define gotoblas_ATOM gotoblas_PRESCOTT