> After spending some quality time with gcc 4.7, I stumbled upon the following. > The code uses a function CopyData that does not exist. It seems the compiler > does not actually care about this code since it is not used at the moment, at > least gcc <= 4.6 did not care. > > Any suggestions? Should it use one of the CopyX functions in the fs_mem_proxy?
Is the fs_mem_proxy the old functional memory, if so, I think so. This code was basically for introspection into a running program(kernel), and needed to access the memory of the guest. Nate _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
