gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash/testsuite/actionscript.all ops.as


From: strk
Subject: Re: [Gnash-commit] gnash/testsuite/actionscript.all ops.as
Date: Mon, 6 Aug 2007 21:33:53 +0200

I tracked the difference between the two movies down to this:

My local version:
     [000]   Constant: 75 "x"
     [001]   Double: 4.29497e+09

The version on gnashdev:
     [000]   Constant: 75 "x"
     [001]   Integer: -1

Basically, a=0xffffffff becomes:

     [001]   Integer: -1

or

     [001]   Double: 4.29497e+09

Depending on whether automatic conversion to double is implemented in Ming we 
get
two different pushes. Still, it seems the properietary player returns -65536
when shifting both numbers 16 bits left.

This reduces to the double 4.29497e+09 being converted to -1 by the pp
but NOT by gnash.

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]