qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 49/58] max111x: input field is only used as uint8_t


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 49/58] max111x: input field is only used as uint8_t
Date: Thu, 24 Feb 2011 18:57:46 +0100

Signed-off-by: Juan Quintela <address@hidden>
---
 hw/max111x.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/max111x.c b/hw/max111x.c
index 2844665..3adc3e4 100644
--- a/hw/max111x.c
+++ b/hw/max111x.c
@@ -15,7 +15,7 @@ typedef struct {
     uint8_t tb1, rb2, rb3;
     int cycle;

-    int input[8];
+    uint8_t input[8];
     int inputs, com;
 } MAX111xState;

-- 
1.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]