mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-27 10:00:17 -06:00
Add CLI arguments for enabling trace.
This commit is contained in:
parent
f109a5814b
commit
7b6855f608
@ -118,6 +118,8 @@ static void parse_option(const char *option, const char *params)
|
||||
enable_halt = false;
|
||||
} else if (strncmp(option, "smp", 4) == 0) {
|
||||
smp_enabled = true;
|
||||
} else if (strncmp(option, "trace", 6) == 0) {
|
||||
enable_trace = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user