mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Fix a typo in the JIT debugger window
This commit is contained in:
parent
e1359382be
commit
75cb8a7452
@ -177,7 +177,7 @@ void CJitWindow::Compare(u32 em_address)
|
||||
if (st.isFirstBlockOfFunction)
|
||||
sptr += sprintf(sptr, "(first block of function)\n");
|
||||
if (st.isLastBlockOfFunction)
|
||||
sptr += sprintf(sptr, "(first block of function)\n");
|
||||
sptr += sprintf(sptr, "(last block of function)\n");
|
||||
|
||||
sptr += sprintf(sptr, "%i estimated cycles\n", st.numCycles);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user