-
Peter Maydell authored
shift128Right would give the wrong result for a shift count between 64 and 127. This was never noticed because all of our uses of this function are guaranteed not to use shift counts in this range. Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Reviewed-by:
Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1370186269-24353-1-git-send-email-peter.maydell@linaro.org
Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>Peter Maydell authoredshift128Right would give the wrong result for a shift count between 64 and 127. This was never noticed because all of our uses of this function are guaranteed not to use shift counts in this range. Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Reviewed-by:
Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1370186269-24353-1-git-send-email-peter.maydell@linaro.org
Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
Loading