Fixed last commit

This commit is contained in:
DHrpcs3 2014-12-02 03:04:01 +02:00
parent d82f0b62a5
commit ceee6049dc

View File

@ -1172,7 +1172,7 @@ s32 cellGcmCallback(vm::ptr<CellGcmContextData> context, u32 count)
GSLockCurrent gslock(GS_LOCK_WAIT_FLUSH); GSLockCurrent gslock(GS_LOCK_WAIT_FLUSH);
if (0) if (1)
{ {
auto& ctrl = vm::get_ref<CellGcmControl>(gcm_info.control_addr); auto& ctrl = vm::get_ref<CellGcmControl>(gcm_info.control_addr);
be_t<u32> res = be_t<u32>::make(context->current - context->begin - ctrl.put.read_relaxed()); be_t<u32> res = be_t<u32>::make(context->current - context->begin - ctrl.put.read_relaxed());