nemu: fix some memory bug
All checks were successful
Build abstract machine with nix / build-abstract-machine (push) Successful in 8m7s

This commit is contained in:
xinyangli 2024-03-26 12:43:03 +08:00
parent b02b1d2e37
commit 2209c26dce
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
3 changed files with 6 additions and 6 deletions

View file

@ -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