qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: Detecting an assembly instruction in QEMU


From: Eduardo Felipe
Subject: Re: [Qemu-devel] Re: Detecting an assembly instruction in QEMU
Date: Sun, 22 Apr 2007 15:09:28 +0200

Hi Atif,

Your code seems quite ok to me. Just try including stored_eip inside the DisasContext, otherwise you'll lose its value between calls to disas_insn function.

Also make sure that the instructions you are using as markers are not executed elsewhere, as your compiler could generate them inside regular code or they could already exist in your OS.

Regards,
Eduardo


reply via email to

[Prev in Thread] Current Thread [Next in Thread]