- Added type coercion for action function parameters.
- I add PARAMI, and then I don't even do it right... SVN r1919 (scripting)
This commit is contained in:
parent
126c738116
commit
3cbac657d6
4 changed files with 18 additions and 3 deletions
|
|
@ -217,7 +217,7 @@ void VMDisasm(FILE *out, const VM_UBYTE *code, int codesize, const VMScriptFunct
|
|||
break;
|
||||
|
||||
case OP_PARAMI:
|
||||
col = printf_wrapper(out, "%d", i + 4 + ABCs(&code[i]));
|
||||
col = printf_wrapper(out, "%d", ABCs(&code[i]));
|
||||
break;
|
||||
|
||||
case OP_RET:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue