mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
sim: mips: clean up bad style/whitespace
This doesn't fix all the problems, but grabs a bunch of the more obvious ones.
This commit is contained in:
@ -190,7 +190,7 @@
|
||||
if (sat == 1)
|
||||
{
|
||||
if (setcond == 2)
|
||||
h0 = 0x7fff;
|
||||
h0 = 0x7fff;
|
||||
else if (setcond == 1)
|
||||
h0 = 0x8000;
|
||||
}
|
||||
@ -239,11 +239,11 @@
|
||||
}
|
||||
}
|
||||
if (setcond == 2)
|
||||
result = 0x7fffffff;
|
||||
result = 0x7fffffff;
|
||||
else if (setcond == 1)
|
||||
result = 0x80000000;
|
||||
else
|
||||
result = v1 << shift;
|
||||
result = v1 << shift;
|
||||
GPR[rd] = EXTEND32 (result);
|
||||
}
|
||||
|
||||
@ -1833,7 +1833,7 @@
|
||||
result = 0x7fffffff;
|
||||
else if (setcond == 2)
|
||||
result = 0x80000000;
|
||||
else
|
||||
else
|
||||
{
|
||||
if (shift != 0)
|
||||
result = ((result >> (shift - 1)) + 1) >> 1;
|
||||
|
Reference in New Issue
Block a user