Address of function is not actual code address

That is caused by ‘Incremental Linking’. If you disable that in your compiler/linker settings the jumps will go away.

http://msdn.microsoft.com/en-us/library/4khtbfyf(VS.80).aspx

Leave a Comment