commit | 168d46749d19f4808022b9a88c0846b3286aed59 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 25 12:27:24 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 26 16:39:29 2023 +0200 |
tree | 9b04ba321c0a23063f469a149e2e5d903b3a865f | |
parent | 973d3ea5a1c0573149b7004108276ca01cb05fd2 [diff] |
m48t59-test: avoid possible overflow on ABS Originally meant to avoid a shadowed variable "s", which was fixed by renaming the outer declaration to "qts". Avoid the chance of an overflow in the computation of ABS(t - s). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>