ARM: Removed unnecessary and unused SkyEye MMU code.
Added license header back in. I originally removed this because I mostly rewrote the file, but meh
This commit is contained in:
parent
3c823c0028
commit
818ba32746
22 changed files with 350 additions and 7767 deletions
|
@ -22,7 +22,6 @@ ARM_Interpreter::ARM_Interpreter() {
|
|||
|
||||
ARMul_SelectProcessor(state, ARM_v6_Prop | ARM_v5_Prop | ARM_v5e_Prop);
|
||||
state->lateabtSig = LOW;
|
||||
mmu_init(state);
|
||||
|
||||
// Reset the core to initial state
|
||||
ARMul_CoProInit(state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue