impr: Added better error messages to intel hex and motorola srec providers

This commit is contained in:
WerWolv
2024-05-10 23:01:36 +02:00
parent d727100304
commit 90a67af887
3 changed files with 21 additions and 11 deletions

View File

@@ -258,7 +258,7 @@ namespace hex::prv {
*/
bool m_skipLoadInterface = false;
std::string m_errorMessage;
std::string m_errorMessage = "Unspecified error";
u64 m_pageSize = MaxPageSize;
};