mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 10:55:45 +00:00
Merge pull request #1216 from ogniK5377/ffma-assert
Added FFMA asserts and missing fields
This commit is contained in:
commit
cb3726426f
2 changed files with 9 additions and 0 deletions
|
@ -403,8 +403,11 @@ union Instruction {
|
|||
} flow;
|
||||
|
||||
union {
|
||||
BitField<47, 1, u64> cc;
|
||||
BitField<48, 1, u64> negate_b;
|
||||
BitField<49, 1, u64> negate_c;
|
||||
BitField<51, 2, u64> tab5980_1;
|
||||
BitField<53, 2, u64> tab5980_0;
|
||||
} ffma;
|
||||
|
||||
union {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue