Browse Source

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

Fix broken elif in dynamic.c
tags/v0.3.21
Martin Kroeker GitHub 3 years ago
parent
commit
694f6c5c8d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/dynamic.c

+ 1
- 1
driver/others/dynamic.c 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


Loading…
Cancel
Save