Pulse: use #elif instead of #if.

If this causes any changes in generated assembly... well, we'd have
bigger problems if __POWERPC__ and __INTEL__ were both defined.
This commit is contained in:
Augustin Cavalier
2015-02-14 18:49:20 -05:00
parent 7729bad4bd
commit 99515c66b8
+1 -2
View File
@@ -127,8 +127,7 @@ NormalPulseView::DetermineVendorAndProcessor()
#if __POWERPC__
logo = PowerPCLogo;
#endif
#if __INTEL__
#elif __INTEL__
uint32 topologyNodeCount = 0;
cpu_topology_node_info* topology = NULL;