diff options
Diffstat (limited to 'libs/dolphin/os/OSCache.cpp')
| -rw-r--r-- | libs/dolphin/os/OSCache.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/dolphin/os/OSCache.cpp b/libs/dolphin/os/OSCache.cpp index 16d1902d91..13fe954b3c 100644 --- a/libs/dolphin/os/OSCache.cpp +++ b/libs/dolphin/os/OSCache.cpp @@ -15,7 +15,6 @@ extern "C" static void DCEnable(); extern "C" void DCFlushRange(); extern "C" void DCFlushRangeNoSync(); -extern "C" void DCStoreRangeNoSync(); extern "C" void DCZeroRange(); extern "C" void ICInvalidateRange(); extern "C" void ICFlashInvalidate(); @@ -106,7 +105,7 @@ asm void DCFlushRangeNoSync() { #pragma push #pragma optimization_level 0 #pragma optimizewithasm off -asm void DCStoreRangeNoSync() { +asm void DCStoreRangeNoSync(void*, u32) { nofralloc #include "asm/dolphin/os/OSCache/DCStoreRangeNoSync.s" } |
