mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 12:14:50 +01:00
decoder/a64: Don't rearrange unrelated decoders
This commit is contained in:
parent
faeb77e8c4
commit
a455ff70c9
2 changed files with 6 additions and 3 deletions
|
|
@ -22,8 +22,8 @@ bool TranslatorVisitor::UnpredictableInstruction() {
|
|||
}
|
||||
|
||||
bool TranslatorVisitor::DecodeError() {
|
||||
// TODO: This is an internal error.
|
||||
return UnallocatedEncoding();
|
||||
UNREACHABLE();
|
||||
return false;
|
||||
}
|
||||
|
||||
bool TranslatorVisitor::ReservedValue() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue