mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 21:24:38 +01:00
Label A32 specific code appropriately
This commit is contained in:
parent
89e9ce8aff
commit
b3c73e2622
58 changed files with 938 additions and 831 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include "common/assert.h"
|
||||
|
||||
namespace Dynarmic {
|
||||
namespace Arm {
|
||||
namespace Decoder {
|
||||
|
||||
/**
|
||||
* Generic instruction handling construct.
|
||||
|
|
@ -75,5 +75,5 @@ private:
|
|||
handler_function fn;
|
||||
};
|
||||
|
||||
} // namespace Arm
|
||||
} // namespace Decoder
|
||||
} // namespace Dynarmic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue