]> git.proxmox.com Git - qemu.git/blobdiff - exec-all.h
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
[qemu.git] / exec-all.h
index 4f4fafc05a7b7c97d7259eed09c623ce90fd5c7d..dba96098b8bcfb9a73d68b7b9d8e0c10c1032e8d 100644 (file)
@@ -323,9 +323,6 @@ void tlb_fill(CPUArchState *env1, target_ulong addr, int is_write, int mmu_idx,
 
 #define ACCESS_TYPE (NB_MMU_MODES + 1)
 #define MEMSUFFIX _code
-#ifndef CONFIG_TCG_PASS_AREG0
-#define env cpu_single_env
-#endif
 
 #define DATA_SIZE 1
 #include "softmmu_header.h"
@@ -341,7 +338,6 @@ void tlb_fill(CPUArchState *env1, target_ulong addr, int is_write, int mmu_idx,
 
 #undef ACCESS_TYPE
 #undef MEMSUFFIX
-#undef env
 
 #endif