changeset 75:d2cf9a69d443 libpostproc

Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well
author reimar
date Wed, 30 Jan 2008 18:30:17 +0000
parents d3155dbdcdcd
children 6e7a1e3b7dd4
files postprocess.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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[]=