mirror of
https://github.com/notwa/lips
synced 2024-11-14 09:39:03 -08:00
fix trunc.w.s instruction
This commit is contained in:
parent
4220509be5
commit
da1c49cbfb
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ data.instructions = {
|
|||
TRUNC_L_D={17, 'DS', 'F0SDC', 9, data.fmt_double},
|
||||
TRUNC_L_S={17, 'DS', 'F0SDC', 9, data.fmt_single},
|
||||
TRUNC_W_D={17, 'DS', 'F0SDC', 13, data.fmt_double},
|
||||
TRUNC_W_S={17, 'DS', 'F0SDC', 13, data.fmt_double},
|
||||
TRUNC_W_S={17, 'DS', 'F0SDC', 13, data.fmt_single},
|
||||
|
||||
-- pseudo-instructions
|
||||
|
||||
|
|
Loading…
Reference in a new issue