Displaying 1 result from an estimated 1 matches for "af2e7e1".
2007 Jul 11
0
Branch 'as' - libswfdec/swfdec_as_object.c
...6ae7855b92f8bb5060c438d (from c066d38e799dcb3f96bf029a675f2166941c82c7)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Jul 11 13:28:20 2007 +0200
pop the return value that gets pushed to the stack here
diff --git a/libswfdec/swfdec_as_object.c b/libswfdec/swfdec_as_object.c
index af2e7e1..a18a4bc 100644
--- a/libswfdec/swfdec_as_object.c
+++ b/libswfdec/swfdec_as_object.c
@@ -27,6 +27,7 @@
#include "swfdec_as_context.h"
#include "swfdec_as_frame.h"
#include "swfdec_as_native_function.h"
+#include "swfdec_as_stack.h"
#include "swfdec_...