From: <cv...@ce...> - 2008-02-12 00:45:22
|
Update of /home/cvs/cebix/BasiliskII/src/uae_cpu/compiler by gbeauche Modified Files: test_codegen_x86.cpp Log Message: Fix decoding of 64-bit values on 32-bit hosts. Improve register decoding speed by more than 2x, aka use a big switch/tree to lookup the register ID from string. |