BinaryAnalysisPlatform / qemu

Official QEMU mirror
Other
9 stars 12 forks source link

x86-64 trace fix #2

Closed feseal closed 8 years ago

feseal commented 8 years ago

Changes:

  1. added x86-64 register names (target-i386/trace_helper.c)
  2. TCGv_i32 replaced with TCGv (target-i386/translate.c)
  3. added frame closing inside gen_jmp_im function (target-i386/translate.c)