* [Qemu-devel] [4859] Fix r4641 (invalid token "=<" in a preprocessor expression)
@ 2008-07-08 18:35 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-07-08 18:35 UTC (permalink / raw)
To: qemu-devel
Revision: 4859
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4859
Author: blueswir1
Date: 2008-07-08 18:35:02 +0000 (Tue, 08 Jul 2008)
Log Message:
-----------
Fix r4641 (invalid token "=<" in a preprocessor expression)
Modified Paths:
--------------
trunk/cpu-exec.c
Modified: trunk/cpu-exec.c
===================================================================
--- trunk/cpu-exec.c 2008-07-08 15:51:32 UTC (rev 4858)
+++ trunk/cpu-exec.c 2008-07-08 18:35:02 UTC (rev 4859)
@@ -1359,7 +1359,7 @@
unsigned long pc;
int is_write;
-#if (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ =< 3))
+#if (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ <= 3))
pc = uc->uc_mcontext.gregs[R15];
#else
pc = uc->uc_mcontext.arm_pc;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-08 18:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 18:35 [Qemu-devel] [4859] Fix r4641 (invalid token "=<" in a preprocessor expression) Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).