blob: 62f073bed83bc450fdb03262c40a0cf9d64903a9 [file] [log] [blame]
--- ./advance/blit/blit.c.orig
+++ ./advance/blit/blit.c
@@ -28,6 +28,10 @@
* do so, delete this exception statement from your version.
*/
+#if defined(USE_ASM_INLINE) && defined(__PIC__)
+# undef USE_ASM_INLINE
+#endif
+
#include "portable.h"
#include "blit.h"