mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-20 11:38:25 -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)
|
prints(8, 11, str)
|
||||||
|
|
||||||
#define display_active_cpu(pcpu_num) \
|
#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 \
|
#define display_all_active \
|
||||||
prints(8, 25, "all cores")
|
prints(8, 25, "all cores")
|
||||||
|
Loading…
Reference in New Issue
Block a user