This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[applied mips sim patch] fix some formatting?


2002-02-24  Chris Demetriou  <cgd@broadcom.com>

	* mips.igen: Fix formatting of calls to Unpredictable().

Index: mips.igen
===================================================================
RCS file: /cvs/src/src/sim/mips/mips.igen,v
retrieving revision 1.36
diff -u -p -r1.36 mips.igen
--- mips.igen	12 Mar 2002 22:53:01 -0000	1.36
+++ mips.igen	25 Apr 2002 05:36:33 -0000
@@ -925,7 +925,7 @@
   unsigned32 temp = GPR[RS];
   unsigned32 i, mask;
   if (RT != RD)
-    Unpredictable();
+    Unpredictable ();
   TRACE_ALU_INPUT1 (GPR[RS]);
   for (mask = ((unsigned32)1<<31), i = 0; i < 32; ++i)
     {
@@ -947,7 +947,7 @@
   unsigned32 temp = GPR[RS];
   unsigned32 i, mask;
   if (RT != RD)
-    Unpredictable();
+    Unpredictable ();
   TRACE_ALU_INPUT1 (GPR[RS]);
   for (mask = ((unsigned32)1<<31), i = 0; i < 32; ++i)
     {
@@ -1056,7 +1056,7 @@
   unsigned64 mask;
   check_u64 (SD_, instruction_0);
   if (RT != RD)
-    Unpredictable();
+    Unpredictable ();
   TRACE_ALU_INPUT1 (GPR[RS]);
   for (mask = ((unsigned64)1<<63), i = 0; i < 64; ++i)
     {
@@ -1079,7 +1079,7 @@
   unsigned64 mask;
   check_u64 (SD_, instruction_0);
   if (RT != RD)
-    Unpredictable();
+    Unpredictable ();
   TRACE_ALU_INPUT1 (GPR[RS]);
   for (mask = ((unsigned64)1<<63), i = 0; i < 64; ++i)
     {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]