summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-08-25 19:25:58 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-08-25 19:25:58 +0000
commit0bdf53d9a18271a997f43f93afa44b2680a0ba1e (patch)
tree583f633143b9522a657177a4a2c3c2f42cd69963
parent5615881955046b1642d6ee18dda0f199c78cfc04 (diff)
downloadrockbox-0bdf53d9a18271a997f43f93afa44b2680a0ba1e.tar.gz
rockbox-0bdf53d9a18271a997f43f93afa44b2680a0ba1e.zip
Fix pacbox build on coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27888 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/pacbox/pacbox_cf.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/pacbox/pacbox_cf.S b/apps/plugins/pacbox/pacbox_cf.S
index 94675b2732..8a5ff821f4 100644
--- a/apps/plugins/pacbox/pacbox_cf.S
+++ b/apps/plugins/pacbox/pacbox_cf.S
@@ -25,8 +25,6 @@
25 .align 2 25 .align 2
26 26
27 27
28#if defined(IRIVER_H300_SERIES) && !defined(SIMULATOR)
29
30 .global blit_display 28 .global blit_display
31 29
32/* 30/*
@@ -138,8 +136,6 @@ bd_y_loop:
138 lea.l BD_SAVE(%sp), %sp 136 lea.l BD_SAVE(%sp), %sp
139 rts 137 rts
140 138
141#endif /* defined(IRIVER_H300_SERIES) && !defined(SIMULATOR) */
142
143 139
144/* See arcade.c for the C implementation of drawChar */ 140/* See arcade.c for the C implementation of drawChar */
145/* Note! This version does not handle flipped screen mode. */ 141/* Note! This version does not handle flipped screen mode. */