Whoops
This commit is contained in:
parent
c4784e6dcd
commit
d86674ed82
|
@ -269,8 +269,6 @@ SHIM_CALL XexGetProcedureAddress_shim(PPCContext* ppc_state,
|
||||||
state->object_table()->GetObject(module_handle, (XObject**)&module);
|
state->object_table()->GetObject(module_handle, (XObject**)&module);
|
||||||
}
|
}
|
||||||
|
|
||||||
result = X_STATUS_UNSUCCESSFUL;
|
|
||||||
|
|
||||||
if (XSUCCEEDED(result)) {
|
if (XSUCCEEDED(result)) {
|
||||||
if (ordinal < 0x10000) {
|
if (ordinal < 0x10000) {
|
||||||
// Ordinal.
|
// Ordinal.
|
||||||
|
|
Loading…
Reference in New Issue