mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-27 10:00:17 -06:00
Blank the full field when displaying the active CPU core.
This commit is contained in:
parent
f04cb1adb6
commit
73bfc1878a
@ -60,7 +60,8 @@
|
||||
prints(8, 11, str)
|
||||
|
||||
#define display_active_cpu(pcpu_num) \
|
||||
printf(8, 25, "core #%i", pcpu_num)
|
||||
prints(8, 25, "core #"); \
|
||||
printi(8, 31, pcpu_num, 3, false, true)
|
||||
|
||||
#define display_all_active \
|
||||
prints(8, 25, "all cores")
|
||||
|
Loading…
Reference in New Issue
Block a user