Il 01/06/2013 17:28, Blue Swirl ha scritto: > This means that memory.c is getting knowledge about CPU types and it > becomes more specific to current target. I think memory.c should be > generic and target agnostic (maybe one day compiled just once) with > exec.c implementing the target specific functionality.
You're right, but the solution is simply to make cpu_unassigned_access a CPU method. Paolo