Cr0a3/rllvm

Jitlinker: wrong adress

Closed this issue · 0 comments

Memory dump:

main:

  • 0 mov ecx, 5
  • 5 mov edx, 5
  • 10 call 26
  • 15 ret

add:

  • 16 add ecx, edx
  • 18 mov eax, ecx
  • 20 ret

We see at adress 10 - call 26 - is the adress which is put in wrong. It should be call 20
Surly some offset bug