# HG changeset patch # User michael # Date 1160945405 0 # Node ID 76ca770d2f6b2ad73686f24b7749d649ce19d728 # Parent d550343b5dacc7ef6c542656b3e171ca0733e7be this code will not work with PIC as it needs 7 registers and gcc doesnt support that in PIC diff -r d550343b5dac -r 76ca770d2f6b cabac.h --- a/cabac.h Sun Oct 15 20:40:50 2006 +0000 +++ b/cabac.h Sun Oct 15 20:50:05 2006 +0000 @@ -362,7 +362,7 @@ static int always_inline get_cabac_inline(CABACContext *c, uint8_t * const state){ //FIXME gcc generates duplicate load/stores for c->low and c->range -#ifdef ARCH_X86 +#if defined(ARCH_X86) && !defined(PIC) int bit; #define LOW "0"