diff options
| author | Michael Brown | 2006-05-14 04:51:55 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-14 04:51:55 +0200 |
| commit | 2421723a150bfade4f86eb306f70028c56db1e6d (patch) | |
| tree | b31067af737c0128a4c0ff1a8df033e02f4d9c91 /src/arch/i386 | |
| parent | At least cope with "%llx" by reading the correct-sized va_arg from the (diff) | |
| download | ipxe-2421723a150bfade4f86eb306f70028c56db1e6d.tar.gz ipxe-2421723a150bfade4f86eb306f70028c56db1e6d.tar.xz ipxe-2421723a150bfade4f86eb306f70028c56db1e6d.zip | |
Rewrote printf and friends to better support standard C semantics.
Diffstat (limited to 'src/arch/i386')
| -rw-r--r-- | src/arch/i386/include/stdint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/include/stdint.h b/src/arch/i386/include/stdint.h index f17807ae4..efade219b 100644 --- a/src/arch/i386/include/stdint.h +++ b/src/arch/i386/include/stdint.h @@ -16,6 +16,7 @@ typedef signed long int32_t; typedef signed long long int64_t; typedef unsigned long physaddr_t; +typedef unsigned long intptr_t; typedef signed char s8; typedef unsigned char u8; |
