Adding missing endif

This commit is contained in:
Chip-Kerchner 2023-10-02 13:09:12 -05:00
parent e5dc376912
commit b677d0d5fd
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ static int __builtin_cpu_supports(char* arg)
return 0;
}
#endif
#endif
static gotoblas_t *get_coretype(void) {