chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac645f
)
base/dispatch.c: Indent some preprocessor definitions properly.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 18 May 2016 09:28:25 +0000
(10:28 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 18 May 2016 19:12:27 +0000
(20:12 +0100)
base/dispatch.c
patch
|
blob
|
blame
|
history
diff --git
a/base/dispatch.c
b/base/dispatch.c
index eedf01726aeb1e1321e7c78d626d1869a3cfe5fb..61c45fa7840289c39be659b284a7b38bf45c9c81 100644
(file)
--- a/
base/dispatch.c
+++ b/
base/dispatch.c
@@
-43,10
+43,10
@@
#ifdef CPUFAM_X86
-#define EFLAGS_ID (1u << 21)
-#define CPUID1D_SSE2 (1u << 26)
-#define CPUID1D_FXSR (1u << 24)
-#define CPUID1C_AESNI (1u << 25)
+#
define EFLAGS_ID (1u << 21)
+#
define CPUID1D_SSE2 (1u << 26)
+#
define CPUID1D_FXSR (1u << 24)
+#
define CPUID1C_AESNI (1u << 25)
struct cpuid { unsigned a, b, c, d; };