From 327c57702468bc456f5e4d50cb11c928947a3110 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Thu, 20 Jan 2022 11:43:41 +0300 Subject: [PATCH] PPU: print internal interpreter build error --- rpcs3/Emu/Cell/PPUInterpreter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/Cell/PPUInterpreter.cpp b/rpcs3/Emu/Cell/PPUInterpreter.cpp index d658e0557c..de1d753631 100644 --- a/rpcs3/Emu/Cell/PPUInterpreter.cpp +++ b/rpcs3/Emu/Cell/PPUInterpreter.cpp @@ -119,6 +119,7 @@ struct ppu_exec_select return !c.fail_flag; \ }); \ if (f) return f; \ + ppu_log.error("Can't build instruction %s", __func__); \ RETURN_(__VA_ARGS__); \ } #else