Label A32 specific code appropriately

This commit is contained in:
MerryMage 2018-01-01 15:23:56 +00:00
parent 89e9ce8aff
commit b3c73e2622
58 changed files with 938 additions and 831 deletions

View file

@ -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