Compare commits
1 commit
master
...
fix-FreeBS
Author | SHA1 | Date | |
---|---|---|---|
9ca76b47c7 |
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
|||
|
||||
using namespace Dynarmic;
|
||||
|
||||
A64::UserConfig conf{};
|
||||
|
||||
const char* GetNameOfA32Instruction(u32 instruction) {
|
||||
if (auto vfp_decoder = A32::DecodeVFP<A32::TranslatorVisitor>(instruction)) {
|
||||
return vfp_decoder->get().GetName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue