notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0104fd8
)
musashi: run same amount of cycles as other cores
author
notaz
<notasas@gmail.com>
Mon, 11 Sep 2017 22:26:49 +0000
(
01:26
+0300)
committer
notaz
<notasas@gmail.com>
Tue, 12 Sep 2017 22:54:10 +0000
(
01:54
+0300)
for consistency
cpu/musashi/m68kcpu.c
patch
|
blob
|
blame
|
history
diff --git
a/cpu/musashi/m68kcpu.c
b/cpu/musashi/m68kcpu.c
index
72bb217
..
38469f3
100644
(file)
--- a/
cpu/musashi/m68kcpu.c
+++ b/
cpu/musashi/m68kcpu.c
@@
-808,7
+808,7
@@
int m68k_execute(int num_cycles)
// notaz
\r
m68ki_trace_t1();
\r
\r
- while(GET_CYCLES() >
=
0)
\r
+ while(GET_CYCLES() > 0)
\r
// do
\r
{
\r
/* Set tracing accodring to T1. (T0 is done inside instruction) */
\r