bool-ifying xe::cpu

This commit is contained in:
Ben Vanik
2015-05-05 17:21:08 -07:00
parent a38b05db24
commit ade5388728
67 changed files with 270 additions and 347 deletions

View File

@@ -49,7 +49,7 @@ class Module {
void ForEachFunction(size_t since, size_t& version,
std::function<void(FunctionInfo*)> callback);
int ReadMap(const char* file_name);
bool ReadMap(const char* file_name);
private:
SymbolInfo::Status DeclareSymbol(SymbolInfo::Type type, uint32_t address,