Tartarus CVS: ciel chris

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Thu, 21 Mar 2002 00:14:51 +0000


CVSROOT:	/usr/data/cvs
Module name:	ciel
Changes by:	chris	02/03/21 00:14:51

Modified files:
	.              : ciel.cc emulation.cc native-ppc.cc 
	                 ppc-assembler.cc 
	include        : emulation.h ppc-assembler.h x86types.h 

Log message:
Unstable commit - the JIT crashes for dhrystone.
Hacked in a --disable-jit option.
Added add and sub to ppc JIT (currently buggy).
As part of above, added quite a few PPC instructions to PPCAssembler.
Moved enums relating to eflags to x86types.h from emulation.h, since they
are needed by the native stuff.