git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3d949e
)
renamed xxx1 to applytype
author
kramm
<kramm>
Tue, 23 Dec 2008 18:43:23 +0000
(18:43 +0000)
committer
kramm
<kramm>
Tue, 23 Dec 2008 18:43:23 +0000
(18:43 +0000)
lib/as3/code.c
patch
|
blob
|
history
diff --git
a/lib/as3/code.c
b/lib/as3/code.c
index
30143f7
..
5ce450c
100644
(file)
--- a/
lib/as3/code.c
+++ b/
lib/as3/code.c
@@
-196,9
+196,8
@@
opcode_t opcodes[]={
{0xa7, "urshift", "", -2, 1, 0, 0},
/* opcodes not documented, but seen in the wild */
-//0x53: seen in builtin.abc- followed by 0x01 (might be the number of stack params)
-{0x53, "xxx1", "", -1, 0, 0, 0},
-{0x01, "xxx2", "", 0, 0, 0, 0},
+//0x53: seen in builtin.abc
+{0x53, "applytype", "n", -1, 1, 0, OP_STACK_ARGS},
/* dummy instruction. Warning: this one is not actually supported by flash */
{0xff, "__break__", "", 0, 0, 0, OP_RETURN},