Remove extra parens to silence clang warning.
This commit is contained in:
parent
0fa3283d5a
commit
3230712bf1
@ -269,7 +269,7 @@ db_unwind_exec_insn(struct unwind_state *state)
|
|||||||
/* Stop processing */
|
/* Stop processing */
|
||||||
state->entries = 0;
|
state->entries = 0;
|
||||||
|
|
||||||
} else if ((insn == INSN_POP_REGS)) {
|
} else if (insn == INSN_POP_REGS) {
|
||||||
unsigned int mask, reg;
|
unsigned int mask, reg;
|
||||||
|
|
||||||
mask = db_unwind_exec_read_byte(state);
|
mask = db_unwind_exec_read_byte(state);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user