summaryrefslogtreecommitdiff
path: root/draw
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-11-21 16:48:11 +0000
committerRobin Watts <robin.watts@artifex.com>2012-11-21 17:16:23 +0000
commit06fd5ad8a48b0339bb00ef531d84733fb05f19c6 (patch)
treec469f480195141c7aa0cf0d4ddd27fc3e200c827 /draw
parentca19703811bd41bd2638d7d8678d1702aa56844f (diff)
downloadmupdf-06fd5ad8a48b0339bb00ef531d84733fb05f19c6.tar.xz
Android: Move draw_simple_scale.c back into Core.mk
By manually inserting a literal pool, we can avoid the need to split draw_simple_scale.c out.
Diffstat (limited to 'draw')
-rw-r--r--draw/draw_simple_scale.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw/draw_simple_scale.c b/draw/draw_simple_scale.c
index 29050387..af995edc 100644
--- a/draw/draw_simple_scale.c
+++ b/draw/draw_simple_scale.c
@@ -850,6 +850,7 @@ scale_row_from_temp(unsigned char *dst, unsigned char *src, fz_weights *weights,
"bgt 5b @ \n"
"8: \n"
"ldmfd r13!,{r4-r11,PC} @ pop, return to thumb \n"
+ ".ltorg \n"
ENTER_THUMB
);
}