qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Question regarding the instruction counter


From: Luis Pureza
Subject: [Qemu-devel] Question regarding the instruction counter
Date: Tue, 26 Aug 2008 20:11:24 +0100

The set of functions io_readX() and io_writeX() contain the following test:

if (index > (IO_MEM_NOTDIRTY >> IO_MEM_SHIFT) && !can_do_io(env)) {
        cpu_io_recompile(env, retaddr);
}

If I remove the first part of the condition test, index >
(IO_MEM_NOTDIRTY >> IO_MEM_SHIFT) (that excludes non-I/O memory
areas), is it still supposed to work?

Thanks,

Luis Pureza




reply via email to

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