summaryrefslogtreecommitdiff
path: root/hw/rtl8139.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-09 18:17:50 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-09 18:17:50 +0000
commite3d7e8431eb4c6c20dae7e45c6e0fa223003ecdd (patch)
tree35215029573a4f1d0cc0f5edc648a9071b10d9cd /hw/rtl8139.c
parent7df526e317fe4c193589bfdf2ee06255325344cc (diff)
downloadqemu-e3d7e8431eb4c6c20dae7e45c6e0fa223003ecdd.tar.gz
Fix typo, spotted by Samuel Thibault.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3558 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/rtl8139.c')
-rw-r--r--hw/rtl8139.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rtl8139.c b/hw/rtl8139.c
index a970eb3a95..dc06f66174 100644
--- a/hw/rtl8139.c
+++ b/hw/rtl8139.c
@@ -1464,7 +1464,7 @@ static void rtl8139_BasicModeCtrl_write(RTL8139State *s, uint32_t val)
DEBUG_PRINT(("RTL8139: BasicModeCtrl register write(w) val=0x%04x\n", val));
/* mask unwriteable bits */
- uint32 mask = 0x4cff;
+ uint32_t mask = 0x4cff;
if (1 || !rtl8139_config_writeable(s))
{