diff --git a/rpcs3/Emu/Cell/lv2/sys_vm.cpp b/rpcs3/Emu/Cell/lv2/sys_vm.cpp index 9ec133767ee1..00b86b691cdc 100644 --- a/rpcs3/Emu/Cell/lv2/sys_vm.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_vm.cpp @@ -259,7 +259,6 @@ error_code sys_vm_invalidate(ppu_thread& ppu, u32 addr, u32 size) return CELL_EINVAL; } - std::memset(vm::base(addr), 0, size); return CELL_OK; }