diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2010-10-05 17:35:47 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2010-10-05 17:35:47 -0500 |
| commit | 5d43599264f23482f84fbd82958ce60fac43c4b4 (patch) | |
| tree | 260897d9c054fa18196d92137dd6ae16c4d17720 /src/usr/example/example.C | |
| parent | 86ac0669c13dddb64cc50a036544d4f67dc5dcd8 (diff) | |
| download | blackbird-hostboot-5d43599264f23482f84fbd82958ce60fac43c4b4.tar.gz blackbird-hostboot-5d43599264f23482f84fbd82958ce60fac43c4b4.zip | |
Support printk format warnings.
Diffstat (limited to 'src/usr/example/example.C')
| -rw-r--r-- | src/usr/example/example.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/example/example.C b/src/usr/example/example.C index 2fd0ef367..873291be2 100644 --- a/src/usr/example/example.C +++ b/src/usr/example/example.C @@ -18,7 +18,7 @@ void _init(void*) ctors++; } - printk("Here! %llx, %s\n", (uint64_t) value, VFS_ROOT); + printk("Here! %lx, %s\n", (uint64_t) value, VFS_ROOT); } extern "C" |

