mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 10:55:45 +00:00
Removed saturate assert
Unneeded as we already implement it
This commit is contained in:
parent
9a841e0f5c
commit
a8c27cb703
2 changed files with 0 additions and 2 deletions
|
@ -337,7 +337,6 @@ union Instruction {
|
|||
BitField<44, 2, u64> tab5c68_0;
|
||||
BitField<47, 1, u64> cc;
|
||||
BitField<48, 1, u64> negate_b;
|
||||
BitField<50, 1, u64> saturate;
|
||||
} fmul;
|
||||
|
||||
union {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue