commit | 4c1c355a68d102e900617639d702c35390564355 | [log] [tgz] |
---|---|---|
author | Gabe Black <gabeblack@chromium.org> | Thu Oct 20 18:29:17 2011 +0000 |
committer | Graeme Russ <graeme.russ@gmail.com> | Wed Nov 02 21:45:38 2011 +1100 |
tree | 45f44c12e6543117baa43ef313e0b7e49ad12ace | |
parent | fdb711528c7fe7fef71dcefe7f51b21f4e395f8b [diff] |
x86: Fix a compiler warning in arch/x86/lib/realmode.c Ensure that the value being passed to a %d format specifier is of type int. Signed-off-by: Gabe Black <gabeblack@chromium.org>