mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06: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:
parent
68524e83f8
commit
b597eedcce
10 changed files with 26 additions and 178 deletions
|
@ -3,7 +3,6 @@ gen = decodetree.process('insns.decode')
|
|||
sparc_ss = ss.source_set()
|
||||
sparc_ss.add(gen)
|
||||
sparc_ss.add(files(
|
||||
'cc_helper.c',
|
||||
'cpu.c',
|
||||
'fop_helper.c',
|
||||
'gdbstub.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue