* mips-tdep.c (mips_convert_register_p): Correct coding style.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* mips-tdep.c (mips_convert_register_p): Correct coding style.
|
||||
|
||||
2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* mips-tdep.c (mips_pseudo_register_type): Use
|
||||
|
||||
+2
-2
@@ -845,8 +845,8 @@ static int
|
||||
mips_convert_register_p (struct gdbarch *gdbarch,
|
||||
int regnum, struct type *type)
|
||||
{
|
||||
return mips_convert_register_float_case_p (gdbarch, regnum, type)
|
||||
|| mips_convert_register_gpreg_case_p (gdbarch, regnum, type);
|
||||
return (mips_convert_register_float_case_p (gdbarch, regnum, type)
|
||||
|| mips_convert_register_gpreg_case_p (gdbarch, regnum, type));
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user