]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/microblaze/cpu_loop.c
linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN
[mirror_qemu.git] / linux-user / microblaze / cpu_loop.c
index 6e368f986eca243db9c66fb60f0d6c33ea393020..ff1fb26c8baf025276535950b13671192b963c99 100644 (file)
@@ -56,7 +56,7 @@ void cpu_loop(CPUMBState *env)
             if (ret == -QEMU_ERESTARTSYS) {
                 /* Wind back to before the syscall. */
                 env->pc -= 4;
-            } else if (ret != -TARGET_QEMU_ESIGRETURN) {
+            } else if (ret != -QEMU_ESIGRETURN) {
                 env->regs[3] = ret;
             }
             /* All syscall exits result in guest r14 being equal to the