projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7df526e
)
Fix typo, spotted by Samuel Thibault.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 9 Nov 2007 18:17:50 +0000
(18:17 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 9 Nov 2007 18:17:50 +0000
(18:17 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3558
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/rtl8139.c
patch
|
blob
|
history
diff --git
a/hw/rtl8139.c
b/hw/rtl8139.c
index a970eb3a955ffc64ebdc885ab10bd51413898a10..dc06f661747dc56f67104f033fd8dfb3144e57e8 100644
(file)
--- 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))
{