summaryrefslogtreecommitdiffstats
path: root/src/core/hle
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-11-14 00:17:47 +0100
committerbunnei <bunneidev@gmail.com>2020-11-29 10:31:51 +0100
commitc042a89113617f75e81163f103ef82d6d714cd87 (patch)
tree865b1aa1c9d2c153d89209efc738f00589e97052 /src/core/hle
parenthle: kernel: multicore: Replace n-JITs impl. with 4 JITs. (diff)
downloadyuzu-c042a89113617f75e81163f103ef82d6d714cd87.tar
yuzu-c042a89113617f75e81163f103ef82d6d714cd87.tar.gz
yuzu-c042a89113617f75e81163f103ef82d6d714cd87.tar.bz2
yuzu-c042a89113617f75e81163f103ef82d6d714cd87.tar.lz
yuzu-c042a89113617f75e81163f103ef82d6d714cd87.tar.xz
yuzu-c042a89113617f75e81163f103ef82d6d714cd87.tar.zst
yuzu-c042a89113617f75e81163f103ef82d6d714cd87.zip
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/kernel/kernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/kernel.cpp b/src/core/hle/kernel/kernel.cpp
index 4cf9cee42..c426b6378 100644
--- a/src/core/hle/kernel/kernel.cpp
+++ b/src/core/hle/kernel/kernel.cpp
@@ -502,7 +502,7 @@ void KernelCore::InvalidateAllInstructionCaches() {
physical_core.ArmInterface().ClearInstructionCache();
}
} else {
- ASSERT_MSG(false, "UNIMPLEMENTED!!!!!!!!!!!");
+ UNIMPLEMENTED();
}
}