pawn-lang / compiler

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

`JUMP` mnemonic doesn't work. #696

Open DEntis-T opened 2 years ago

DEntis-T commented 2 years ago

Issue description:

Simply said - JUMP mnemonic doesn't work.

stock func(params)
{
        #emit JUMP cool
        somecode;
        cool:
                some othercode;
        return 1;
}

Workspace Information:

pragma option $file

pragma option -;+


And yes, I know this is not the command line.
* Operating System: Windows 7 32bit (despondency)