mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
AK: Apply changes for the Bootstrapper environment
This commit is contained in:
parent
88cf46dc98
commit
8bdb08c354
Notes:
sideshowbarker
2024-07-19 09:30:19 +09:00
Author: https://github.com/supercomputer7
Commit: 8bdb08c354
Pull-request: https://github.com/SerenityOS/serenity/pull/1194
11 changed files with 43 additions and 37 deletions
|
@ -352,7 +352,7 @@ template<typename PutChFunc>
|
|||
ret += print_hex(putch, bufptr, va_arg(ap, u64), false, false, left_pad, zeroPad, 16);
|
||||
break;
|
||||
|
||||
#ifndef KERNEL
|
||||
#if !defined(BOOTSTRAPPER) && !defined(KERNEL)
|
||||
case 'g':
|
||||
case 'f':
|
||||
// FIXME: Print as float!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue