Richard Henderson writes:
> On 02/24/2017 06:56 AM, Nikunj A Dadhania wrote:
>> @@ -320,22 +320,24 @@ target_ulong helper_divo(CPUPPCState *env,
>> target_ulong arg1,
>> target_ulong arg2)
>> {
>> uint64_t tmp = (uint64_t)arg1 << 32 | env->spr[SPR_MQ];
>> +int
Signed-off-by: Nikunj A Dadhania
---
target/ppc/int_helper.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/target/ppc/int_helper.c b/target/ppc/int_helper.c
index da4e1a6..b376860 100644
--- a/target/ppc/int_helper.c
+++ b/target/ppc/int_helper.c
@@ -320,22 +320
On 02/24/2017 06:56 AM, Nikunj A Dadhania wrote:
@@ -320,22 +320,24 @@ target_ulong helper_divo(CPUPPCState *env, target_ulong
arg1,
target_ulong arg2)
{
uint64_t tmp = (uint64_t)arg1 << 32 | env->spr[SPR_MQ];
+int ov;
if (((int32_t)tmp == INT32_MIN && (