aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pc.c
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2007-05-23 22:21:27 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2007-05-23 22:21:27 +0000
commit3f6c925f37cd8a1dddb8a8fbbcef4630ea347775 (patch)
tree912ad812f2e0e4f6740ac47cce9f243011470e83 /hw/pc.c
parent7ec47eadc7048435b54bc53ccb41307851098409 (diff)
Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.
Hush the warning: hw/pc.c:402: warning: control reaches end of non-void function git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2856 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/pc.c')
-rw-r--r--hw/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc.c b/hw/pc.c
index a698ba546..388d65729 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -347,7 +347,7 @@ void bochs_bios_init(void)
/* Generate an initial boot sector which sets state and jump to
a specified vector */
-static int generate_bootsect(uint32_t gpr[8], uint16_t segs[6], uint16_t ip)
+static void generate_bootsect(uint32_t gpr[8], uint16_t segs[6], uint16_t ip)
{
uint8_t bootsect[512], *p;
int i;