diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-11-21 16:48:11 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-11-21 17:16:23 +0000 |
commit | 06fd5ad8a48b0339bb00ef531d84733fb05f19c6 (patch) | |
tree | c469f480195141c7aa0cf0d4ddd27fc3e200c827 /draw/draw_simple_scale.c | |
parent | ca19703811bd41bd2638d7d8678d1702aa56844f (diff) | |
download | mupdf-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/draw_simple_scale.c')
-rw-r--r-- | draw/draw_simple_scale.c | 1 |
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 ); } |