From: <cv...@ce...> - 2007-06-29 16:53:03
|
Update of /home/cvs/cebix/BasiliskII/src/uae_cpu/compiler by gbeauche Modified Files: compemu.h gencomp.c Log Message: Fix LSL & LSR instructions so that they preserve the X flags when the shift count is 0. Likewise for ASR + another improvement to avoid shifting by halves (propagated bit is reset to original's when necessary). |