fix: redefinition of ret
This commit is contained in:
@@ -133,7 +133,6 @@ void IrxLoader::loadPOSIX(const bool& verbose) {
|
|||||||
|
|
||||||
if (verbose) TYRA_LOG("IRX: Loading iomanX...");
|
if (verbose) TYRA_LOG("IRX: Loading iomanX...");
|
||||||
|
|
||||||
int ret;
|
|
||||||
SifExecModuleBuffer(&iomanX_irx, size_iomanX_irx, 0, nullptr, &ret);
|
SifExecModuleBuffer(&iomanX_irx, size_iomanX_irx, 0, nullptr, &ret);
|
||||||
TYRA_ASSERT(ret >= 0, "Failed to load module: iomanX_irx");
|
TYRA_ASSERT(ret >= 0, "Failed to load module: iomanX_irx");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user