This website works better with JavaScript.
Home
Explore
Help
Sign In
forestbelton
/
psxc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix double-processing of instructions
master
Forest Belton
3 years ago
parent
ba72ba2dd7
commit
6c07005027
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/insn.c
+ 1
- 0
src/insn.c
View File
@ -34,6 +34,7 @@ void insn_execute(cpu_t *cpu, uint32_t insn) {
}
secondary_insn_handler
[
op2
]
(
cpu
,
insn
)
;
return
;
}
if
(
op
>
TABLE_SIZE
|
|
primary_insn_handler
[
op
]
=
=
NULL
)
{
Write
Preview
Loading…
Cancel
Save