Fix r4641 (invalid token "=<" in a preprocessor expression)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4859 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f7350b47da
commit
48bbf11bcb
@ -1359,7 +1359,7 @@ int cpu_signal_handler(int host_signum, void *pinfo,
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user