|
From: Oriol P. <aut...@gm...> - 2007-06-08 14:10:12
|
Hello, I need to access to some information in the guest state of powerpc. I know that it is not a good practice because I will lose architecture independence but I'm writing a micro-trace writer for powerpc and is not multi-platform by definition. I need to know the data length of instructions like lswx and stswx that is only possible to know at execution time (XER register at bits [57-63]) Is the guest state accessible inside a instrumentation function? Thanks, Oriol |