gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-318-g80af832
Date: Thu, 28 Apr 2011 07:57:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  80af832443dc809c1a41a7ddb267f4e3831684aa (commit)
      from  db6cdea10cdf373cc74f8d8761845f29bc8c85c1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=80af832443dc809c1a41a7ddb267f4e3831684aa


commit 80af832443dc809c1a41a7ddb267f4e3831684aa
Author: Sandro Santilli <address@hidden>
Date:   Thu Apr 28 09:57:08 2011 +0200

    Print debug lines for ActionPushData to really print what's pushed, not 
what was on the stack _before_ pushing...

diff --git a/libcore/vm/ASHandlers.cpp b/libcore/vm/ASHandlers.cpp
index cdbf3c3..9ddbc89 100644
--- a/libcore/vm/ASHandlers.cpp
+++ b/libcore/vm/ASHandlers.cpp
@@ -1758,12 +1758,6 @@ ActionPushData(ActionExec& thread)
         const boost::uint8_t type = code[3 + i];
         ++i;
 
-        IF_VERBOSE_ACTION(
-            log_action(_("\t%d) type=%s, value=%s"),
-                count, pushType[type], env.top(0));
-            ++count;
-        );
-
         switch (type)
         {
             default:
@@ -1877,6 +1871,12 @@ ActionPushData(ActionExec& thread)
             }
         }
 
+        IF_VERBOSE_ACTION(
+            log_action(_("\t%d) type=%s, value=%s"),
+                count, pushType[type], env.top(0));
+            ++count;
+        );
+
     }
 }
 

-----------------------------------------------------------------------

Summary of changes:
 libcore/vm/ASHandlers.cpp |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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