mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-08-09 16:24:56 +00:00
Whoops: missed GCC problem.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
# define UNREACHABLE __assume(0)
|
||||
|
||||
#elif definef(__GNUG__)
|
||||
#elif defined(__GNUG__)
|
||||
|
||||
# include <x86intrin.h>
|
||||
|
||||
|
Reference in New Issue
Block a user