[Swfdec-commits] vivified/code
Benjamin Otte
company at kemper.freedesktop.org
Sun Apr 13 13:27:46 PDT 2008
vivified/code/vivi_decompiler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d856cb70c199f13d924ef4441eaeae61c25c9de3
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Apr 13 22:22:31 2008 +0200
we decompile modulo too
diff --git a/vivified/code/vivi_decompiler.c b/vivified/code/vivi_decompiler.c
index fc63fb0..53787c0 100644
--- a/vivified/code/vivi_decompiler.c
+++ b/vivified/code/vivi_decompiler.c
@@ -716,7 +716,7 @@ static DecompileFunc decompile_funcs[256] = {
[SWFDEC_AS_ACTION_DEFINE_LOCAL] = vivi_decompile_define_local,
[SWFDEC_AS_ACTION_CALL_FUNCTION] = vivi_decompile_call,
[SWFDEC_AS_ACTION_RETURN] = vivi_decompile_return,
- [SWFDEC_AS_ACTION_MODULO] = NULL,
+ [SWFDEC_AS_ACTION_MODULO] = vivi_decompile_binary,
[SWFDEC_AS_ACTION_NEW_OBJECT] = vivi_decompile_call,
[SWFDEC_AS_ACTION_DEFINE_LOCAL2] = vivi_decompile_define_local,
[SWFDEC_AS_ACTION_INIT_ARRAY] = NULL,
More information about the Swfdec-commits
mailing list