Minor reformatting

This commit is contained in:
Dimitris Panokostas 2020-06-19 23:18:59 +02:00
parent c34b05a203
commit f72a4d0fc4

View file

@ -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;