]> git.proxmox.com Git - qemu.git/blobdiff - tcg/x86_64/tcg-target.h
remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]
[qemu.git] / tcg / x86_64 / tcg-target.h
index d1e8b9e131dca9d63e6c539394170ec3d9947e5c..02448b5d841530c6bf51a1a0ebe57a72cf57d423 100644 (file)
@@ -89,8 +89,6 @@ enum {
 
 /* Note: must be synced with dyngen-exec.h */
 #define TCG_AREG0 TCG_REG_R14
-#define TCG_AREG1 TCG_REG_R15
-#define TCG_AREG2 TCG_REG_R12
 
 static inline void flush_icache_range(unsigned long start, unsigned long stop)
 {