# HG changeset patch # User michael # Date 1160429947 0 # Node ID db01070401c708eee6e10a8fba179b3fbcb71485 # Parent ebf01ad52879cadebc2b46eb9f541b1f4c01f9d5 on the P4 inc needs twice as much time a add diff -r ebf01ad52879 -r db01070401c7 cabac.h --- a/cabac.h Mon Oct 09 21:21:10 2006 +0000 +++ b/cabac.h Mon Oct 09 21:39:07 2006 +0000 @@ -417,7 +417,7 @@ "shll %%cl, %%edx \n\t" "movb "LPS_STATE"(%2, %%eax), %%cl \n\t" "movb %%cl, (%1) \n\t" - "incl %%eax \n\t" + "addl $1, %%eax \n\t" "test %%bx, %%bx \n\t" " jnz 2f \n\t"