Fixed broken sim build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
40e9e41236
commit
2b25e54ace
2 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
#include "talk.h"
|
#include "talk.h"
|
||||||
#include "mp3data.h"
|
#include "mp3data.h"
|
||||||
#include "powermgmt.h"
|
#include "powermgmt.h"
|
||||||
|
#include "system.h"
|
||||||
|
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
#include "peakmeter.h"
|
#include "peakmeter.h"
|
||||||
|
|
|
@ -234,6 +234,10 @@ static inline unsigned long SWAB32(unsigned long value)
|
||||||
#define invalidate_icache()
|
#define invalidate_icache()
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
|
||||||
|
#define invalidate_icache()
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue