mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-08 07:02:57 +00:00
decoder/a64: Don't rearrange unrelated decoders
This commit is contained in:
@@ -22,8 +22,8 @@ bool TranslatorVisitor::UnpredictableInstruction() {
|
||||
}
|
||||
|
||||
bool TranslatorVisitor::DecodeError() {
|
||||
// TODO: This is an internal error.
|
||||
return UnallocatedEncoding();
|
||||
UNREACHABLE();
|
||||
return false;
|
||||
}
|
||||
|
||||
bool TranslatorVisitor::ReservedValue() {
|
||||
|
||||
Reference in New Issue
Block a user