From 0480f13c021148cde25d2152b503d696130f7163 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 25 Mar 2016 14:08:07 +0000 Subject: Rename ARCH_ARM_CAN_LOAD_UNALIGNED to be ARCH_UNALIGNED_OK Now covers non-ARM arch's too, and both load/stores. --- source/fitz/halftone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/halftone.c') 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) { -- cgit v1.2.3