jkim 2005-12-06 20:11:07 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 bpf_jit_machdep.h
sys/i386/i386 bpf_jit_machdep.h
Log:
Fix ZERO_EDX() macro from the previous commit. It was emitting
`xor %ecx, %ecx', not `xor %edx, %edx'.
Revision Changes Path
1.3 +1 -1 src/sys/amd64/amd64/bpf_jit_machdep.h
1.3 +1 -1 src/sys/i386/i386/bpf_jit_machdep.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"