2
ispc.cpp
2
ispc.cpp
@@ -352,7 +352,7 @@ public:
|
|||||||
return CPUs.str();
|
return CPUs.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string GetDefaultNameFromType(CPUtype type) {
|
std::string &GetDefaultNameFromType(CPUtype type) {
|
||||||
Assert((type > CPU_None) && (type < sizeofCPUtype));
|
Assert((type > CPU_None) && (type < sizeofCPUtype));
|
||||||
return names[type][0];
|
return names[type][0];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user