mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
Remove some annoying and useless asserts.
This commit is contained in:
parent
18ead6cc02
commit
018889ceb5
2 changed files with 0 additions and 2 deletions
|
@ -522,7 +522,6 @@ void CIopBios::FinishModuleStart()
|
|||
|
||||
if(!stopRequest)
|
||||
{
|
||||
assert(moduleResidentState != MODULE_RESIDENT_STATE::NO_RESIDENT_END);
|
||||
assert(loadedModule->state == MODULE_STATE::STOPPED);
|
||||
loadedModule->state = MODULE_STATE::STARTED;
|
||||
loadedModule->residentState = moduleResidentState;
|
||||
|
|
|
@ -146,7 +146,6 @@ uint32 CLoadcore::RegisterLibraryEntries(uint32 exportTablePtr)
|
|||
uint32* exportTable = reinterpret_cast<uint32*>(&m_ram[exportTablePtr]);
|
||||
auto module = std::make_shared<CDynamic>(exportTable);
|
||||
bool registered = m_bios.RegisterModule(module);
|
||||
assert(registered);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue