1gen = [ 2 decodetree.process('insns.decode', extra_args: [ '--varinsnwidth', '32' ]) 3] 4 5rx_ss = ss.source_set() 6rx_ss.add(gen) 7rx_ss.add(files( 8 'translate.c', 9 'op_helper.c', 10 'helper.c', 11 'cpu.c', 12 'gdbstub.c', 13 'disas.c')) 14 15target_arch += {'rx': rx_ss} 16target_softmmu_arch += {'rx': ss.source_set()} 17