mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: drc: handlers wip
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@826 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
c18edb34e6
commit
80599a42db
10 changed files with 830 additions and 116 deletions
|
@ -356,7 +356,7 @@ static void tr_mov16(int r, int val)
|
|||
|
||||
static void tr_mov16_cond(int cond, int r, int val)
|
||||
{
|
||||
emith_op_imm(cond, A_OP_MOV, r, val);
|
||||
emith_op_imm(cond, 0, A_OP_MOV, r, val);
|
||||
hostreg_r[r] = -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue