thumb32: Split thumb32 file into branch and control

This commit is contained in:
MerryMage
2021-02-17 22:58:32 +00:00
parent 6f54c9d0b6
commit df027a7998
3 changed files with 16 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
/* This file is part of the dynarmic project.
* Copyright (c) 2016 MerryMage
* SPDX-License-Identifier: 0BSD
*/
#include "frontend/A32/translate/impl/translate_thumb.h"
namespace Dynarmic::A32 {
bool ThumbTranslatorVisitor::thumb32_UDF() {
return thumb16_UDF();
}
} // namespace Dynarmic::A32