From 20114e548b28bcdf29b995a41371a159d8f10f6a Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Tue, 20 Jul 2010 18:45:14 -0700 Subject: [PATCH] --- yaml --- r: 201139 b: refs/heads/master c: f8324e20f8289dffc646d64366332e05eaacab25 h: refs/heads/master i: 201137: c69272e21371a5af0dbae398907261325b0c6eba 201135: e42f1c823e3d8196cf7c8b5b1ac34116db9532f4 v: v3 --- [refs] | 2 +- trunk/include/math-emu/op-common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 29bc1e643d86..259c8c896b64 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1fa6ac379c6353faa628703b7ed1ee3e2023ef75 +refs/heads/master: f8324e20f8289dffc646d64366332e05eaacab25 diff --git a/trunk/include/math-emu/op-common.h b/trunk/include/math-emu/op-common.h index fd882261225e..9696a5e2c437 100644 --- a/trunk/include/math-emu/op-common.h +++ b/trunk/include/math-emu/op-common.h @@ -799,7 +799,7 @@ do { \ X##_e -= (_FP_W_TYPE_SIZE - rsize); \ X##_e = rsize - X##_e - 1; \ \ - if (_FP_FRACBITS_##fs < rsize && _FP_WFRACBITS_##fs < X##_e) \ + if (_FP_FRACBITS_##fs < rsize && _FP_WFRACBITS_##fs <= X##_e) \ __FP_FRAC_SRS_1(ur_, (X##_e - _FP_WFRACBITS_##fs + 1), rsize);\ _FP_FRAC_DISASSEMBLE_##wc(X, ur_, rsize); \ if ((_FP_WFRACBITS_##fs - X##_e - 1) > 0) \