Tartarus CVS: ciel chris

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Mon, 25 Mar 2002 14:37:03 +0000


CVSROOT:	/usr/data/cvs
Module name:	ciel
Changes by:	chris	02/03/25 14:37:03

Modified files:
	.              : code_cache.cc decode.cc emulation.cc 
	                 instructions.cc 
	include        : code_cache.h 

Log message:
Fixed a bug in the code cache - sometimes an address would be thought to be
un-decodable when it hadn't even been seen before.
Added a special case to cope with the PLT - shared library functions are now
decodable/JITable.