Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361432
b: refs/heads/master
c: 45549a6
h: refs/heads/master
v: v3
  • Loading branch information
Chen Gang authored and David S. Miller committed Mar 12, 2013
1 parent a22ab0f commit 9cfb8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f315bef23075ea8a98a6fe4221a83b83456d970
refs/heads/master: 45549a68a592dd1daed72aaf4df2295931b93138
2 changes: 1 addition & 1 deletion trunk/arch/arm/net/bpf_jit_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ static int build_body(struct jit_ctx *ctx)
/* x = ((*(frame + k)) & 0xf) << 2; */
ctx->seen |= SEEN_X | SEEN_DATA | SEEN_CALL;
/* the interpreter should deal with the negative K */
if (k < 0)
if ((int)k < 0)
return -1;
/* offset in r1: we might have to take the slow path */
emit_mov_i(r_off, k, ctx);
Expand Down

0 comments on commit 9cfb8d9

Please sign in to comment.