[W-I-P] Refactoring started

This commit is contained in:
hasherezade
2017-02-11 20:45:37 +01:00
parent eb17ce28ba
commit f477a765b3
55 changed files with 466 additions and 459 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ offset_t Executable::toRaw(offset_t offset, addr_type aT, bool allowExceptions)
}
//---
if (convertedOffset == INVALID_ADDR) {
Logger::append(Logger::WARNING,
Logger::append(Logger::D_WARNING,
"Address out of bounds: offset = %llX addrType = %u",
static_cast<unsigned long long>(offset),
static_cast<unsigned int>(aT)