Style fixes.

This commit is contained in:
Alex Smith
2012-07-05 09:10:50 +01:00
parent d687d8ac70
commit 78d482e3b8
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -645,7 +645,7 @@ typedef enum cpu_types {
#define B_CPU_x86_VENDOR_MASK 0xff00
#if defined(__INTEL__) || defined(__x86_64)
#if defined(__INTEL__) || defined(__x86_64__)
typedef union {
struct {
uint32 max_eax;