diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/custommem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/custommem.c b/src/custommem.c index adbdf12e..c5923013 100644 --- a/src/custommem.c +++ b/src/custommem.c @@ -1436,9 +1436,9 @@ void loadProtectionFromMap() if(!shown48bits) { shown48bits = 1; if(have48bits) - printf_log(LOG_INFO, "Detected 48bits at least of address space\n"); + printf_log(LOG_INFO, "BOX64: Detected 48bits at least of address space\n"); else - printf_log(LOG_INFO, "Didn't detect 48bits of address space, considering it's 39bits\n"); + printf_log(LOG_INFO, "BOX64: Didn't detect 48bits of address space, considering it's 39bits\n"); } fclose(f); box64_mapclean = 1; |