-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logic chain parsing problems #19
Comments
Do you have a sample plugin that generates that opcode? |
first plugin that gives these errors; |
That opcode can be generated when compiling plugins without the peephole optimizer `--opt-level=0`.
I've added support for the |
now i checked and most of errors are gone, but still some errors occurs like; are they going to solve when sp 1.10 support added? and when can u add this support? |
Can you post the sourcecode and smx of a sample plugin that throws that error? |
https://drive.google.com/open?id=1xJHoUK6_COgLTwSnSsmH2yS_IKHzY2Be |
It'd would be handy if you'd post the source code of those plugins as well, to know what's correct. |
Hi,
Can't decompile sm 1.10 files.
it doesn't recognize opcodes and cause output like this:
/* ERROR PREPROCESSING! Unrecognized opcode: shl_c_pri */
function "funcname" (number x)
can you please fix it?
The text was updated successfully, but these errors were encountered: