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__
|
||||
logo = PowerPCLogo;
|
||||
#endif
|
||||
#if __INTEL__
|
||||
#elif __INTEL__
|
||||
uint32 topologyNodeCount = 0;
|
||||
cpu_topology_node_info* topology = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user