Scanner now picks up restgprlr calls.

This commit is contained in:
Ben Vanik
2013-12-08 11:26:43 -08:00
parent 1dc356cb4d
commit e2e2a392ee
4 changed files with 34 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ SymbolInfo::~SymbolInfo() {
}
FunctionInfo::FunctionInfo(Module* module, uint64_t address) :
end_address_(0), function_(0),
end_address_(0), behavior_(BEHAVIOR_DEFAULT), function_(0),
SymbolInfo(SymbolInfo::TYPE_FUNCTION, module, address) {
}