diff options
author | Richard Henderson <rth@twiddle.net> | 2014-03-18 14:23:52 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-04-18 16:57:36 -0700 |
commit | d998e555d2a504d719b773b3164101aa36284a20 (patch) | |
tree | 81bf604585594ca612b4ee129c146902e315bc3d /target-cris | |
parent | 1976cccec8a9965ff3fd6f026783a04f6b4959fd (diff) | |
download | qemu-d998e555d2a504d719b773b3164101aa36284a20.zip qemu-d998e555d2a504d719b773b3164101aa36284a20.tar.gz qemu-d998e555d2a504d719b773b3164101aa36284a20.tar.bz2 |
tcg: Fix out of range shift in deposit optimizations
By inspection, for a deposit(x, y, 0, 64), we'd have a shift of (1<<64)
and everything else falls apart. But we can reuse the existing deposit
logic to get this right.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-cris')
0 files changed, 0 insertions, 0 deletions