compile cache.c -mpcrel

This commit is contained in:
Markus Fröschle
2012-11-03 22:35:47 +00:00
parent 62f8897ad3
commit 63d30c3943
3 changed files with 6 additions and 1 deletions

View File

@@ -14,6 +14,8 @@
extern void xprintf_before_copy(const char *fmt, ...);
#define xprintf xprintf_before_copy
extern void flush_and_invalidate_caches_before_copy(void);
#define flush_and_invalidate_caches flush_and_invalidate_caches_before_copy
#define UNUSED(x) (void)(x) /* Unused variable */