Remove extraneous parentheses.
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
b60a095b93
commit
ab1318b7ed
@ -94,8 +94,7 @@ stack_capture(struct stack *st, u_register_t pc, u_register_t sp)
|
|||||||
|
|
||||||
switch (insn.IType.op) {
|
switch (insn.IType.op) {
|
||||||
case OP_SPECIAL:
|
case OP_SPECIAL:
|
||||||
if((insn.RType.func == OP_JR))
|
if (insn.RType.func == OP_JR) {
|
||||||
{
|
|
||||||
if (ra >= (u_register_t)(intptr_t)btext)
|
if (ra >= (u_register_t)(intptr_t)btext)
|
||||||
break;
|
break;
|
||||||
if (insn.RType.rs != RA)
|
if (insn.RType.rs != RA)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user