]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-s390x/cpu.h
target-s390x: QOM'ify CPU
[mirror_qemu.git] / target-s390x / cpu.h
index ea849fca1edd20bfee5d4efa9f4b75406fec7783..c6ee959a38e255906be6eeb4e21618abf15cca0e 100644 (file)
@@ -991,4 +991,6 @@ static inline void cpu_pc_from_tb(CPUS390XState *env, TranslationBlock* tb)
     env->psw.addr = tb->pc;
 }
 
+#include "cpu-qom.h"
+
 #endif