]> git.proxmox.com Git - qemu.git/blobdiff - dyngen.h
initial x86-64 host support (Gwenole Beauchesne)
[qemu.git] / dyngen.h
index f7f1d3aabb5dc33fd6c05626f76a497282e4d0f5..a00ded775ec4825f427ac3d4aaaafbdf49d13ed7 100644 (file)
--- a/dyngen.h
+++ b/dyngen.h
@@ -27,6 +27,12 @@ static inline void flush_icache_range(unsigned long start, unsigned long stop)
 }
 #endif
 
+#ifdef __x86_64__
+static inline void flush_icache_range(unsigned long start, unsigned long stop)
+{
+}
+#endif
+
 #ifdef __s390__
 static inline void flush_icache_range(unsigned long start, unsigned long stop)
 {