commit | 794401ca9cdc17faa2049404b5498df4ef239533 | [log] [tgz] |
---|---|---|
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | Tue Jan 26 13:55:55 2010 +0100 |
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | Thu Jan 28 22:46:13 2010 +0100 |
tree | 081340975dfaf7e1f1c637a84ec2c2d00a674db5 | |
parent | 6792aa115e05d59419dd167c772496f41fc451cc [diff] |
softmmu: Dont clobber retaddr in slow_ldx(). When splitting up unaligned IO accesses, ld calls slow_ld which was clobbering retaddr. AFAIK the problem only shows up when running emulations with -icount that may abort TB execution on IO accesses. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>