Minor reformatting
This commit is contained in:
parent
c34b05a203
commit
f72a4d0fc4
1 changed files with 4 additions and 6 deletions
|
@ -34,11 +34,9 @@ STATIC_INLINE int comp_fp_get(uae_u32 opcode, uae_u16 extra, int treg)
|
|||
|
||||
if (size == 3 || size == 7) /* 3 = packed decimal, 7 is not defined */
|
||||
return -1;
|
||||
switch (mode)
|
||||
{
|
||||
switch (mode) {
|
||||
case 0: /* Dn */
|
||||
switch (size)
|
||||
{
|
||||
switch (size) {
|
||||
case 0: /* Long */
|
||||
fmov_l_rr (treg, reg);
|
||||
return 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue