]> Git Repo - qemu.git/blobdiff - hw/mcf5206.c
tmp105: QOM'ify
[qemu.git] / hw / mcf5206.c
index fe7a48864fa8b5be325ad8040c5bf43aa4b63e2a..d8c0059ed62c1c3166c44da4560c5e3b83cd841c 100644 (file)
@@ -359,7 +359,7 @@ static void m5206_mbar_write(m5206_mbar_state *s, uint32_t offset,
 
 /* Internal peripherals use a variety of register widths.
    This lookup table allows a single routine to handle all of them.  */
-static const int m5206_mbar_width[] =
+static const uint8_t m5206_mbar_width[] =
 {
   /* 000-040 */ 1, 1, 1, 1,  1, 1, 1, 1,  1, 1, 1, 1,  2, 2, 2, 2,
   /* 040-080 */ 1, 2, 2, 2,  4, 1, 2, 4,  1, 2, 4, 2,  2, 4, 2, 2,
This page took 0.022939 seconds and 4 git commands to generate.