diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/rcfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rcfile.c b/src/tools/rcfile.c index 74ce897a..1c23dda1 100644 --- a/src/tools/rcfile.c +++ b/src/tools/rcfile.c @@ -727,6 +727,7 @@ void internal_ApplyParams(const char* name, const my_params_t* param) { box64_dynarec_test_start = 0x0; box64_dynarec_test_end = 0x0; if(box64_dynarec_test>2) box64_dynarec_test = 0; + printf_log(LOG_INFO, "Appling BOX64_DYNAREC_TEST=%d\n", box64_dynarec_test); } else { int ok = 0; if(sscanf(param->box64_dynarec_test, "0x%lX-0x%lX", &no_start, &no_end)==2) |