> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar  1 12:35:11 UTC 2024 x86_64 GNU/Linux
 17:01:04  up   6:37,  2 users,  load average: 0.28, 0.37, 0.53
This commit is contained in:
tracer-ysyx 2024-03-13 17:01:04 +08:00 committed by xinyangli
parent 802fcb0846
commit aa7b91b900
2 changed files with 7 additions and 0 deletions

View file

@ -156,6 +156,11 @@ config ITRACE_BUFFER
int "Buffer size for intruction trace (unit: number of instructions)"
default 10
config MTRACE
depends on TRACE && TARGET_NATIVE_ELF && ENGINE_INTERPRETER
bool "Enable memory tracer"
default n
config DIFFTEST
depends on TARGET_NATIVE_ELF
bool "Enable differential testing"