]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.target
cpu-exec.c: avoid AREG0 use
[qemu.git] / Makefile.target
index d3971a6d87bb6474dbe51ce12480c2ee7f8874f2..38afdb8e940e010666da987d720ab7d30b5740a0 100644 (file)
@@ -94,7 +94,7 @@ tcg/tcg.o: cpu.h
 
 # HELPER_CFLAGS is used for all the code compiled with static register
 # variables
-%_helper.o cpu-exec.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
+%_helper.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
 
 # Note: this is a workaround. The real fix is to avoid compiling
 # cpu_signal_handler() in user-exec.c.