diff --git a/rpcs3/Emu/Cell/SPULLVMRecompiler.cpp b/rpcs3/Emu/Cell/SPULLVMRecompiler.cpp index d7bc5ccbef..591ca454ca 100644 --- a/rpcs3/Emu/Cell/SPULLVMRecompiler.cpp +++ b/rpcs3/Emu/Cell/SPULLVMRecompiler.cpp @@ -7151,14 +7151,14 @@ public: if (only_src_is_splat && perm_or_zero_only) { set_vr(op.rt4, select(noncast(c) >= 0, only_src, splat(0))); - return + return; } if (only_src_is_splat) { const auto lut = build(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x80, 0x80, 0x80); set_vr(op.rt4, tbx(only_src, lut, (c >> 3) ^ 0x10)); - return + return; } if (perm_only)