This break the ppc disambler support and convert to ia32, temporary

I change the desgin lite to preopare the ia32 to ppc 

svn path=/trunk/; revision=25495
This commit is contained in:
Magnus Olsen 2007-01-17 15:02:43 +00:00
parent 60fc740a7d
commit 69999a5ad4
8 changed files with 224 additions and 104 deletions

View file

@ -95,7 +95,7 @@ int main(int argc, char * argv[])
//}
//return LoadPFileImage(infile,outfile,BaseAddress,cpuid,type, mode);
//return LoadPFileImage("e:\\testms.exe","e:\\cputointel.asm",0,0,0,0); // disambler
// return LoadPFileImage("e:\\testppc.exe","e:\\cputointel.asm",0,0,0,0); // disambler
return LoadPFileImage("e:\\testms.exe","e:\\cputointel.asm",0,0,0,1); // convert
}