pawn-lang / compiler

Pawn compiler for SA-MP with bug fixes and new features - runs on Windows, Linux, macOS
Other
306 stars 72 forks source link

Fix invalid code generation for variadic array cell arguments #646

Closed Daniel-Cortez closed 3 years ago

Daniel-Cortez commented 3 years ago

What this PR does / why we need it:

Fixes code generation for passing variadic function arguments of type "array cell" modified with ++ or -- (see https://github.com/pawn-lang/compiler/issues/642#issuecomment-821991775).

Which issue(s) this PR fixes:

Fixes #642

What kind of pull this is:

Additional Documentation: