Module Name: src Committed By: alnsn Date: Sat Jul 26 11:23:46 UTC 2014
Modified Files: src/sys/net: bpfjit.c Log Message: Don't use saved EREG registers because sljit 0.91 can generate bogus code on amd64. The A and X registers are saved on the stack. The most recent version of sljit fixes bogus code generation but it's not backward compatible with sljit 0.91. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/net/bpfjit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.