2008-11-10 Joel Sherrill <joel.sherrill@oarcorp.com>

* erc32.c, exec.c: Fix warnings.
This commit is contained in:
Joel Sherrill
2008-11-11 22:20:54 +00:00
parent 3c8b2edaed
commit d68c23cd04
3 changed files with 9 additions and 4 deletions

View File

@@ -1713,7 +1713,7 @@ fpexec(op3, rd, rs1, rs2, sregs)
sregs->fdp[rs2 | 1] = sregs->fs[rs2 & ~1];
sregs->fdp[rs2 & ~1] = sregs->fs[rs2 | 1];
default:
;
break;
}
#endif
@@ -1886,7 +1886,7 @@ fpexec(op3, rd, rs1, rs2, sregs)
sregs->fs[rd & ~1] = sregs->fdp[rd | 1];
sregs->fs[rd | 1] = sregs->fdp[rd & ~1];
default:
;
break;
}
#endif
if (sregs->fpstate == FP_EXC_PE) {