diff options
author | aurel32 | 2008-05-05 23:27:10 +0200 |
---|---|---|
committer | aurel32 | 2008-05-05 23:27:10 +0200 |
commit | cfa2af1fe1d4624de35684c77be66b8ced47b264 (patch) | |
tree | 5109c4ca8627966570a7dd3a0091fc37ef94b09c /hw/pc.c | |
parent | Don't stop translation for mtc0 compare (diff) | |
download | qemu-cfa2af1fe1d4624de35684c77be66b8ced47b264.tar.gz qemu-cfa2af1fe1d4624de35684c77be66b8ced47b264.tar.xz qemu-cfa2af1fe1d4624de35684c77be66b8ced47b264.zip |
hw/pc.c: fix warning
(Jan Kiszka)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4344 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/pc.c')
-rw-r--r-- | hw/pc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ #include "net.h" #include "smbus.h" #include "boards.h" +#include "console.h" /* output Bochs bios info messages */ //#define DEBUG_BIOS |