diff options
-rw-r--r-- | backends/plugins/elf-loader.cpp | 2 | ||||
-rw-r--r-- | backends/plugins/elf-loader.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/backends/plugins/elf-loader.cpp b/backends/plugins/elf-loader.cpp index a3b453ed0f..3c66c765f6 100644 --- a/backends/plugins/elf-loader.cpp +++ b/backends/plugins/elf-loader.cpp @@ -54,7 +54,7 @@ /** * Flushes the data cache (Platform Specific). */ -void flushDataCache() { +static void flushDataCache() { #ifdef __DS__ DC_FlushAll(); #endif diff --git a/backends/plugins/elf-loader.h b/backends/plugins/elf-loader.h index 355b5557a2..80ef9b3fe3 100644 --- a/backends/plugins/elf-loader.h +++ b/backends/plugins/elf-loader.h @@ -88,6 +88,4 @@ public: }; -extern void flushDataCache(); - #endif /* LOADER_H */ |