From: <cv...@ce...> - 2006-07-17 07:34:38
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/ppc by gbeauche Modified Files: ppc-jit.cpp Log Message: Fix for 32-bit x86, was generating setcc CC,%dh instead of %dl. i.e. force use of ecx & edx -- though it was fine in 64-bit mode, of course |