t;= 1;
RETURN();
}
void OPPROTO op_shlr_Rn(void)
{
cond_t(env->gregs[PARAM1] & 1);
env->gregs[PARAM1] >>= 1;
RETURN();
}
The behaviour is consistent with env->gregs[] being an array of unsigned ints,
(I'm not familiar with qemu details...) and so to
to check
on system calls only ?), or arrange for a SIGIO to be delivered when
data is recived on the socket.
dd
--
Dave Denholm <[EMAIL PROTECTED]> http://www.esmertec.com
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://li
a given ip address.
dd
--
Dave Denholm <[EMAIL PROTECTED]> http://www.esmertec.com
--- linux-user/main.c.~1~ 2006-07-22 18:23:34.0 +0100
+++ linux-user/main.c 2006-10-25 11:14:30.752887950 +0100
@@ -1350,6 +1350,20 @@
case EXCP_INTERRUPT:
he-flush calls were required to discarded generated code, since
that would make it possible to detect missed calls to cache-flush on
programs with self-modifying code. But perhaps I have a different
agenda from other users in this area ;-)
diff below
dd
--
Dave Denholm <[EMAI