# HG changeset patch # User reimar # Date 1201717817 0 # Node ID d2cf9a69d44328f58fc314d6ba6f694206b29522 # Parent d3155dbdcdcd4b4dedc75e594f6b89c6ab581577 Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well diff -r d3155dbdcdcd -r d2cf9a69d443 postprocess.c --- a/postprocess.c Wed Jan 30 18:21:01 2008 +0000 +++ b/postprocess.c Wed Jan 30 18:30:17 2008 +0000 @@ -111,7 +111,7 @@ DECLARE_ASM_CONST(8, uint64_t, b80)= 0x8080808080808080LL; #endif -static const int attribute_used deringThreshold= 20; +DECLARE_ASM_CONST(8, int, deringThreshold)= 20; static struct PPFilter filters[]=