Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298471
b: refs/heads/master
c: 1d24fb3
h: refs/heads/master
i:
  298469: cf69f7a
  298467: ce70294
  298463: 190ae0d
v: v3
  • Loading branch information
zhuangfeiran@ict.ac.cn authored and David S. Miller committed Mar 29, 2012
1 parent 8553376 commit 0f414ca
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: 7d26bb103c4162003bfdf1d63aaa32b548ad0e9a
refs/heads/master: 1d24fb3684f347226747c6b11ea426b7b992694e
2 changes: 1 addition & 1 deletion trunk/arch/x86/net/bpf_jit_comp.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ void bpf_jit_compile(struct sk_filter *fp)
EMIT2(0x24, K & 0xFF); /* and imm8,%al */
} else if (K >= 0xFFFF0000) {
EMIT2(0x66, 0x25); /* and imm16,%ax */
EMIT2(K, 2);
EMIT(K, 2);
} else {
EMIT1_off32(0x25, K); /* and imm32,%eax */
}
Expand Down

0 comments on commit 0f414ca

Please sign in to comment.