sparc64_[get|set]_context are not meaningful in abi32 mode
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3606 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
70499c989f
commit
27524dc360
@ -641,6 +641,7 @@ void cpu_loop (CPUSPARCState *env)
|
|||||||
queue_signal(info.si_signo, &info);
|
queue_signal(info.si_signo, &info);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#ifndef TARGET_ABI32
|
||||||
case 0x16e:
|
case 0x16e:
|
||||||
flush_windows(env);
|
flush_windows(env);
|
||||||
sparc64_get_context(env);
|
sparc64_get_context(env);
|
||||||
@ -649,6 +650,7 @@ void cpu_loop (CPUSPARCState *env)
|
|||||||
flush_windows(env);
|
flush_windows(env);
|
||||||
sparc64_set_context(env);
|
sparc64_set_context(env);
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
case EXCP_INTERRUPT:
|
case EXCP_INTERRUPT:
|
||||||
/* just indicate that signals should be handled asap */
|
/* just indicate that signals should be handled asap */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user