relative jumps now work with instructions that add multiple entries (including plug-in calls)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3670 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
66ad756138
commit
5e960e1fd3
4 changed files with 31 additions and 3 deletions
|
@ -804,6 +804,8 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
|||
build_plugin_table();
|
||||
#endif
|
||||
|
||||
multiple_entries_instruction=0;
|
||||
|
||||
entry ent={0,};
|
||||
switch (which_token)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue