De-inline ARMStep
Jeffrey Pfau jeffrey@endrift.com
Sun, 07 Apr 2013 01:46:48 -0700
M
src/arm.c
→
src/arm.c
@@ -90,7 +90,7 @@ void ARMAssociateMemory(struct ARMCore* cpu, struct ARMMemory* memory) {
cpu->memory = memory; } -inline void ARMCycle(struct ARMCore* cpu) { +void ARMStep(struct ARMCore* cpu) { // TODO uint32_t opcode; ARMInstruction instruction = cpu->loadInstruction(cpu->memory, cpu->gprs[ARM_PC] - cpu->instructionWidth, &opcode);