bool-ifying xe::cpu
This commit is contained in:
@@ -22,7 +22,7 @@ class RawModule : public Module {
|
||||
RawModule(Processor* processor);
|
||||
~RawModule() override;
|
||||
|
||||
int LoadFile(uint32_t base_address, const std::wstring& path);
|
||||
bool LoadFile(uint32_t base_address, const std::wstring& path);
|
||||
|
||||
const std::string& name() const override { return name_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user