trial
This commit is contained in:
@@ -40,11 +40,7 @@
|
|||||||
|
|
||||||
#include "cpuid.h"
|
#include "cpuid.h"
|
||||||
|
|
||||||
#if defined(__GNUC__) && ((__GNUC__ >= 4) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 3)))
|
typedef unsigned long word32;
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user