aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/mips.igen
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-04-25 05:37:03 +0000
committerChris Demetriou <cgd@google.com>2002-04-25 05:37:03 +0000
commitc9b9995a38a1b246b93f2a2d72229356aa2191a8 (patch)
treee24560a798c86984cdfb70e8b8ca06a0b0c7310b /sim/mips/mips.igen
parente90cc6124afe3005c807cd430ecc56f5c794a559 (diff)
downloadfsf-binutils-gdb-c9b9995a38a1b246b93f2a2d72229356aa2191a8.zip
fsf-binutils-gdb-c9b9995a38a1b246b93f2a2d72229356aa2191a8.tar.gz
fsf-binutils-gdb-c9b9995a38a1b246b93f2a2d72229356aa2191a8.tar.bz2
2002-02-24 Chris Demetriou <cgd@broadcom.com>
* mips.igen: Fix formatting of calls to Unpredictable().
Diffstat (limited to 'sim/mips/mips.igen')
-rw-r--r--sim/mips/mips.igen8
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen
index b3624dc..7cb9d10 100644
--- a/sim/mips/mips.igen
+++ b/sim/mips/mips.igen
@@ -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)
{