Old 11th January 2017, 19:00   #1
kalverson
Senior Member
 
Join Date: May 2007
Location: Maple Grove, Minnesota
Posts: 134
Question silent logging - Jump: and Call: numbers

What are the Jump: and Call: numbers referring too. Is this a source line in the Engine source code? Do they relate to the script source in some way?
kalverson is offline   Reply With Quote
Old 11th January 2017, 19:11   #2
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
They are related to your script but not everything in a .nsi counts as a instruction so it is not a line count.

You can use two calls to GetLabelAddress around some code to figure out the instruction count.

IntOp $PostCount $PostCount + 1
Anders is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump