mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 11:23:43 +08:00
Revert "Makefile.target: Allow target helpers to be in any *_helper.c file"
Reverts commit 348883d482
, so the
global env is no longer available to helper.c files other than
op_helper.c.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
02da0b2d71
commit
b501b5e461
@ -91,7 +91,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)
|
||||
op_helper.o cpu-exec.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.
|
||||
|
Loading…
Reference in New Issue
Block a user