Revert "trial"

This reverts commit 58692a7fd8.
This commit is contained in:
2026-03-27 00:38:26 +01:00
parent 58692a7fd8
commit 57d57e8161

View File

@@ -40,7 +40,11 @@
#include "cpuid.h" #include "cpuid.h"
typedef unsigned long word32; #if defined(__GNUC__) && ((__GNUC__ >= 4) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 3)))
typedef unsigned int __attribute__((__may_alias__)) word32;
#else
typedef unsigned int word32;
#endif
/* These are the bit flags that get set on calling cpuid /* These are the bit flags that get set on calling cpuid
* with register eax set to 1 * with register eax set to 1