added missing armcopro from skyeye
This commit is contained in:
parent
9a642caee7
commit
ad49d481a8
6 changed files with 1098 additions and 251 deletions
|
@ -271,7 +271,7 @@ below line sould be in skyeye_mach_XXX.c 's XXX_mach_init function
|
|||
|
||||
/* Only initialse the coprocessor support once we
|
||||
know what kind of chip we are dealing with. */
|
||||
//ARMul_CoProInit (state); Commented out /bunnei
|
||||
ARMul_CoProInit (state);
|
||||
|
||||
}
|
||||
|
||||
|
@ -318,7 +318,7 @@ ARMul_Reset (ARMul_State * state)
|
|||
state->NumFcycles = 0;
|
||||
|
||||
//fprintf(stderr,"armul_reset 3: state-> Cpsr 0x%x, Mode %d\n",state->Cpsr,state->Mode);
|
||||
//mmu_reset (state); Commented out /bunnei
|
||||
mmu_reset (state);
|
||||
//fprintf(stderr,"armul_reset 4: state-> Cpsr 0x%x, Mode %d\n",state->Cpsr,state->Mode);
|
||||
|
||||
//mem_reset (state); /* move to memory/ram.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue