Remove extraneous parentheses.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Edward Tomasz Napierala 2017-06-05 10:59:47 +00:00
parent b60a095b93
commit ab1318b7ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319597

View File

@ -94,8 +94,7 @@ stack_capture(struct stack *st, u_register_t pc, u_register_t sp)
switch (insn.IType.op) {
case OP_SPECIAL:
if((insn.RType.func == OP_JR))
{
if (insn.RType.func == OP_JR) {
if (ra >= (u_register_t)(intptr_t)btext)
break;
if (insn.RType.rs != RA)