Minor x64 system plugin example fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6590 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2015-07-27 18:33:39 +00:00
parent ab554ae939
commit 6361cfb1f6
2 changed files with 4 additions and 3 deletions

View file

@ -755,7 +755,7 @@ System::Call "*$0(i 5, i 2, i 513, t 'test')"
<blockquote><pre>
# assuming the struct's memory address is kept in $0
System::Call "dll::func(i r0)"
System::Call "dll::func(p r0)"
</pre></blockquote>
</blockquote>