build: fix clang warnings
Change-Id: I3c6a63a18034535f0a8c2c62ba8a708f09d7839b Signed-off-by: Martin Nowak <dawg@dawgfoto.de> Reviewed-on: http://openocd.zylin.com/765 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
committed by
Freddie Chopin
parent
78f4f95648
commit
f97a159411
@@ -2890,7 +2890,7 @@ static int t2ev_cond_b(uint32_t opcode, uint32_t address,
|
||||
offset = opcode & 0x7ff;
|
||||
offset |= (opcode & 0x003f0000) >> 5;
|
||||
if (opcode & (1 << 26)) {
|
||||
offset |= 0xffff << 19;
|
||||
offset |= 0x1fff << 19;
|
||||
if ((opcode & (1 << 11)) == 0)
|
||||
b17 = 0;
|
||||
if ((opcode & (1 << 13)) == 0)
|
||||
|
||||
Reference in New Issue
Block a user