From: <cv...@ce...> - 2009-01-15 23:25:14
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/ppc by asvitkine Modified Files: ppc-cpu.cpp ppc-cpu.hpp ppc-dyngen-ops.cpp ppc-translate.cpp Log Message: [patch from Darik Horn <da...@va...> ] Makes SheepShaver compatible with Ubuntu Intrepid and other distros that bundle the gcc-4.3 compiler. The patch changes two things: 1. Renames the block_cache where its name collides with its class definition. 2. Fixes the "explicit template specialization cannot have a storage class" error in the ppc-dyngen-ops.cpp file. |