We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6904b4 commit 3f83ea3Copy full SHA for 3f83ea3
hypervisor/lib/sprintf.c
@@ -39,12 +39,6 @@
39
40
#define PRINT_STRING_MAX_LEN 4096
41
42
-/** Command for the emit function: copy string to output. */
43
-#define PRINT_CMD_COPY 0x00000000
44
-
45
-/** Command for the emit function: fill output with first character. */
46
-#define PRINT_CMD_FILL 0x00000001
47
48
/** Use upper case letters for hexadecimal format. */
49
#define PRINT_FLAG_UPPER 0x00000001
50
0 commit comments