On 17 Mar 2015 22:02, Jiri Gaisler wrote: > Introduce an common API to access emulated memory. This allows > to emulate different types of SPARC-based CPUs. > > * erc32.c : Export memory operations through struct memsys erc32sys. > * exec.c (dispatch_instruction) : Access memory through common API. > * func.c, interf.c, sis.c : As above. > * sis.h : Define struct memsys as common memory API needs updates w/all the static markings. probably should split those out into a sep commit anyways. -mike