Changeset 31 for trunk/hal/x86_64/x86_printf.c
- Timestamp:
- Jun 21, 2017, 8:53:24 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/x86_printf.c
r29 r31 42 42 static void x86_putc(char c) 43 43 { 44 size_t i;45 46 44 if (c == '\n') { 47 45 cons_ptr = roundup(cons_ptr, CONS_X_SIZE);
Note: See TracChangeset
for help on using the changeset viewer.