gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/actionscript.all MovieClip.as


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all MovieClip.as
Date: Thu, 05 Apr 2007 15:03:50 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/05 15:03:50

Modified files:
        testsuite/actionscript.all: MovieClip.as 

Log message:
        Fix a stack underrun

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/MovieClip.as?cvsroot=gnash&r1=1.40&r2=1.41

Patches:
Index: MovieClip.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/MovieClip.as,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- MovieClip.as        28 Mar 2007 20:52:37 -0000      1.40
+++ MovieClip.as        5 Apr 2007 15:03:50 -0000       1.41
@@ -22,7 +22,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: MovieClip.as,v 1.40 2007/03/28 20:52:37 strk Exp $";
+rcsid="$Id: MovieClip.as,v 1.41 2007/04/05 15:03:50 strk Exp $";
 
 #include "check.as"
 
@@ -360,6 +360,7 @@
 check_equals(b, "/");
 
 asm {
+       push "a"
        push "_root"
        push 13 // _name
        getproperty
@@ -372,6 +373,7 @@
 #endif
 
 asm {
+       push "b"
        push "_root"
        push 11 // _target
        getproperty




reply via email to

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