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:
kichik 2004-09-25 13:35:03 +00:00
parent 66ad756138
commit 5e960e1fd3
4 changed files with 31 additions and 3 deletions

View file

@ -16,5 +16,3 @@ Examples:
\c MessageBox MB_OK "You will never ever see this message box"
\c Goto -3
\c MessageBox MB_OK "Done"
\\<b\\>Note:\\</b\\> relative jumps don't work with \R{Exch}{Exch}, \R{file}{File}, \R{plugindlls}{plug-ins (Plugin::Function)}, \R{initpluginsdir}{InitPluginsDir}, \R{getfiletimelocal}{GetFileTimeLocal} or \R{getdllversionlocal}{GetDLLVersionLocal}. Do \e{not} try to jump over them using relative jumps, you will not get the result you were expecting.