]> git.proxmox.com Git - mirror_qemu.git/blobdiff - exec-all.h
Merge remote-tracking branch 'aneesh/for-upstream' into staging
[mirror_qemu.git] / exec-all.h
index 21aacdab503739dfabfb8a632d910356de83af61..b18d4ca53412821ef22876febddf3addc1e233d9 100644 (file)
@@ -70,10 +70,6 @@ typedef struct TranslationBlock TranslationBlock;
 
 #define OPPARAM_BUF_SIZE (OPC_BUF_SIZE * MAX_OPC_PARAM)
 
-extern target_ulong gen_opc_pc[OPC_BUF_SIZE];
-extern uint8_t gen_opc_instr_start[OPC_BUF_SIZE];
-extern uint16_t gen_opc_icount[OPC_BUF_SIZE];
-
 #include "qemu-log.h"
 
 void gen_intermediate_code(CPUArchState *env, struct TranslationBlock *tb);