From fd57268a56c65cd5fdec8ff8dfff82d1c9cf6d5f Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Tue, 26 Mar 2024 12:30:37 +0800 Subject: [PATCH] =?UTF-8?q?>=20compile=20NEMU=20ysyx=5F22040000=20?= =?UTF-8?q?=E6=9D=8E=E5=BF=83=E6=9D=A8=20Linux=20calcite=206.6.19=20#1-Nix?= =?UTF-8?q?OS=20SMP=20PREEMPT=5FDYNAMIC=20Fri=20Mar=20=201=2012:35:11=20UT?= =?UTF-8?q?C=202024=20x86=5F64=20GNU/Linux=20=2012:30:37=20=20up=20=2022:0?= =?UTF-8?q?6,=20=202=20users,=20=20load=20average:=200.42,=200.45,=200.71?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nemu/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nemu/Kconfig b/nemu/Kconfig index ae1921f..2b316a5 100644 --- a/nemu/Kconfig +++ b/nemu/Kconfig @@ -180,12 +180,12 @@ config MTRACE_RANGE_MAX config FTRACE depends on TRACE && TARGET_NATIVE_ELF && ENGINE_INTERPRETER bool "Enable function tracing" - default y + default n config FTRACE_STACK_SIZE depends on FTRACE int "Max function track stack size" - default 100 + default 256 config FTRACE_LOG depends on FTRACE