chore: enclose everything in namespace matar
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
|
||||
using namespace logger;
|
||||
|
||||
namespace matar {
|
||||
void
|
||||
CpuImpl::exec_arm(const arm::Instruction instruction) {
|
||||
Condition cond = instruction.condition;
|
||||
arm::Condition cond = instruction.condition;
|
||||
arm::InstructionData data = instruction.data;
|
||||
|
||||
debug(cpsr.condition(cond));
|
||||
@@ -537,3 +538,4 @@ CpuImpl::exec_arm(const arm::Instruction instruction) {
|
||||
} },
|
||||
data);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user