summaryrefslogtreecommitdiff
path: root/source/fitz/halftone.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/halftone.c')
-rw-r--r--source/fitz/halftone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/halftone.c b/source/fitz/halftone.c
index 186c0aa6..707084c4 100644
--- a/source/fitz/halftone.c
+++ b/source/fitz/halftone.c
@@ -344,7 +344,7 @@ static void
do_threshold_4(const unsigned char * restrict ht_line, const unsigned char * restrict pixmap, unsigned char *restrict out, int w, int ht_len)
__attribute__((naked));
-#ifdef ARCH_ARM_CAN_LOAD_UNALIGNED
+#ifdef ARCH_UNALIGNED_OK
static void
do_threshold_4(const unsigned char * restrict ht_line, const unsigned char * restrict pixmap, unsigned char *restrict out, int w, int ht_len)
{