nemu: fix some memory bug
All checks were successful
Build abstract machine with nix / build-abstract-machine (push) Successful in 8m7s
All checks were successful
Build abstract machine with nix / build-abstract-machine (push) Successful in 8m7s
This commit is contained in:
parent
b02b1d2e37
commit
2209c26dce
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue