Fix typo, spotted by Samuel Thibault.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3558 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-11-09 18:17:50 +00:00
parent 7df526e317
commit e3d7e8431e
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{