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:
@@ -127,8 +127,7 @@ NormalPulseView::DetermineVendorAndProcessor()
|
|||||||
|
|
||||||
#if __POWERPC__
|
#if __POWERPC__
|
||||||
logo = PowerPCLogo;
|
logo = PowerPCLogo;
|
||||||
#endif
|
#elif __INTEL__
|
||||||
#if __INTEL__
|
|
||||||
uint32 topologyNodeCount = 0;
|
uint32 topologyNodeCount = 0;
|
||||||
cpu_topology_node_info* topology = NULL;
|
cpu_topology_node_info* topology = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user