From f1f93b8f81fdf71ce5080a50c33d3d21e893fe9e Mon Sep 17 00:00:00 2001 From: Eladash Date: Fri, 13 Aug 2021 06:22:59 +0300 Subject: [PATCH] SPU: Remove outdated assertation --- rpcs3/Emu/Cell/SPUThread.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpcs3/Emu/Cell/SPUThread.cpp b/rpcs3/Emu/Cell/SPUThread.cpp index 3d14d5de5a..c90038f66e 100644 --- a/rpcs3/Emu/Cell/SPUThread.cpp +++ b/rpcs3/Emu/Cell/SPUThread.cpp @@ -4476,8 +4476,6 @@ bool spu_thread::stop_and_signal(u32 code) { if (is_stopped(old)) { - // The thread group cannot be stopped while waiting for an event - ensure(!(old & cpu_flag::stop)); return false; }