[v0.95][x86] Print CPUID 0x1 EAX register with debug flag

This commit is contained in:
Dr-Noob
2021-01-10 22:02:20 +01:00
parent 04f0bfcbde
commit 3bac5cbfe2
2 changed files with 9 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
#include "../arm/midr.h"
#endif
static const char* VERSION = "0.94";
static const char* VERSION = "0.95";
void print_help(char *argv[]) {
printf("Usage: %s [--version] [--help] [--debug] [--style \"fancy\"|\"retro\"|\"legacy\"] [--color \"intel\"|\"amd\"|'R,G,B:R,G,B:R,G,B:R,G,B']\n\n", argv[0]);