gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9510: IFNE opcode: add useful debugg


From: Tom Stellard
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9510: IFNE opcode: add useful debugging statement.
Date: Fri, 22 Aug 2008 11:33:08 +0800
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9510
committer: Tom Stellard <address@hidden>
branch nick: gnash_traits
timestamp: Fri 2008-08-22 11:33:08 +0800
message:
  IFNE opcode: add useful debugging statement.
modified:
  libcore/vm/Machine.cpp
=== modified file 'libcore/vm/Machine.cpp'
--- a/libcore/vm/Machine.cpp    2008-08-22 03:26:02 +0000
+++ b/libcore/vm/Machine.cpp    2008-08-22 03:33:08 +0000
@@ -559,6 +559,9 @@
                        LOG_DEBUG_AVM("Jumping... %d bytes.",bytes);
                        mStream->seekBy(bytes);
                }
+               else{
+                       LOG_DEBUG_AVM("Would have jumped %d bytes",bytes);
+               }
                break;
        }
 /// 0x15 ABC_ACTION_IFLT


reply via email to

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