drc: update according to the interpreter (3)
[pcsx_rearmed.git] / libpcsxcore / psxinterpreter.c
index e212d8a..f473ddf 100644 (file)
@@ -1340,6 +1340,7 @@ static void intShutdown() {
 }
 
 // single step (may do several ops in case of a branch or load delay)
+// called by asm/dynarec
 void execI(psxRegisters *regs) {
        do {
                execIbp(psxMemRLUT, regs);