Ignore:
Timestamp:
Jul 5, 2017, 11:05:11 AM (7 years ago)
Author:
max@…
Message:

style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/x86_printf.c

    r94 r145  
    22 * x86_printf.c - A printf function for x86 (debug only).
    33 *
    4  * Copyright (c) [don't know exactly, found on the internet... anyway, this
    5  *                file will be removed soon...]
     4 * Copyright (c) 2017 Maxime Villard
    65 *
    76 * This file is part of ALMOS-MKH.
     
    255254                        } else if (c == 's') {
    256255                                x86_printf((char *) va_arg(ap, uint64_t));
    257                         } 
     256                        }
    258257                } else
    259258                        x86_putc(c);
Note: See TracChangeset for help on using the changeset viewer.