mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 22:59:29 +00:00
target/sparc: Remove CC_OP leftovers
All instructions have been converted to generate full condition codes explicitly. Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
@ -222,11 +222,6 @@ void cpu_loop (CPUSPARCState *env)
|
||||
cpu_exec_end(cs);
|
||||
process_queued_cpu_work(cs);
|
||||
|
||||
/* Compute PSR before exposing state. */
|
||||
if (env->cc_op != CC_OP_FLAGS) {
|
||||
cpu_get_psr(env);
|
||||
}
|
||||
|
||||
switch (trapnr) {
|
||||
case TARGET_TT_SYSCALL:
|
||||
ret = do_syscall (env, env->gregs[1],
|
||||
|
Reference in New Issue
Block a user