Skip to content

Commit

Permalink
Update cellSpurs.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Jul 2, 2023
1 parent 971892c commit 471e2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/Cell/Modules/cellSpurs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4054,7 +4054,7 @@ s32 cellSpursShutdownTaskset(ppu_thread& ppu, vm::ptr<CellSpursTaskset> taskset)
return CELL_SPURS_TASK_ERROR_INVAL;
}

const auto spurs = taskset->spurs;
const auto spurs = +taskset->spurs;
u32 shutdown_error = ppu_execute<&cellSpursShutdownWorkload>(ppu, spurs, wid);

if (shutdown_error == CELL_SPURS_POLICY_MODULE_ERROR_STAT)
Expand Down

0 comments on commit 471e2ec

Please sign in to comment.