Changes in boot/arch/ppc32/src/ofw.c [a35b458:ed88c8e] in mainline
- File:
-
- 1 edited
-
boot/arch/ppc32/src/ofw.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/src/ofw.c
ra35b458 red88c8e 39 39 } 40 40 41 void put char(constwchar_t ch)41 void putwchar(wchar_t ch) 42 42 { 43 43 if (ch == '\n') … … 47 47 ofw_putchar(ch); 48 48 else 49 ofw_putchar( U_SPECIAL);49 ofw_putchar('?'); 50 50 }
Note:
See TracChangeset
for help on using the changeset viewer.
