]> Git Repo - qemu.git/blobdiff - hw/tcx.c
PPC: E500: Remove unneeded CPU nodes
[qemu.git] / hw / tcx.c
index 0e32830a877754a49578e648e9d0c3e20503f227..309600d24c1fa5b19072d290783a9b833b593ac2 100644 (file)
--- a/hw/tcx.c
+++ b/hw/tcx.c
@@ -42,9 +42,9 @@ typedef struct TCXState {
     uint32_t *vram24, *cplane;
     ram_addr_t vram_offset, vram24_offset, cplane_offset;
     uint32_t vram_size;
-    uint16_t width, height, depth;
-    uint8_t r[256], g[256], b[256];
     uint32_t palette[256];
+    uint8_t r[256], g[256], b[256];
+    uint16_t width, height, depth;
     uint8_t dac_index, dac_state;
 } TCXState;
 
This page took 0.02862 seconds and 4 git commands to generate.