mirror of https://gitee.com/openkylin/qemu.git
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
|
# HELPER_CFLAGS is used for all the code compiled with static register
|
||||||
# variables
|
# 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
|
# Note: this is a workaround. The real fix is to avoid compiling
|
||||||
# cpu_signal_handler() in user-exec.c.
|
# cpu_signal_handler() in user-exec.c.
|
||||||
|
|
Loading…
Reference in New Issue