2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Fixed typo

This commit is contained in:
Marty Connor 2007-01-05 16:09:47 +00:00
parent d0a3cc3417
commit 7dee2556f4

View File

@ -176,7 +176,7 @@ static int pxedev_get_instance_info ( struct pxe_device *pxe ) {
memcpy ( pxe->hwaddr, undi_info.PermNodeAddress,
sizeof ( pxe->hwaddr ) );
pxe->irq = undi_info.IntNumber;
pxe->rom = undi_info.ROMAddress;
pxe->rom_segment = undi_info.ROMAddress;
return 0;
}