1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 have passed SCT.
2. Enable Network stack to pass ICC build. 3. Sync Network library instances' module names with their filenames. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3692 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -47,9 +47,9 @@ Ip4OptionIsValid (
|
||||
UINT32 Cur;
|
||||
UINT32 Len;
|
||||
UINT32 Point;
|
||||
UINT8 IcmpType;
|
||||
UINT8 IcmpCode;
|
||||
UINT32 IcmpPoint;
|
||||
volatile UINT8 IcmpType;
|
||||
volatile UINT8 IcmpCode;
|
||||
volatile UINT32 IcmpPoint;
|
||||
|
||||
IcmpType = ICMP_PARAMETER_PROBLEM;
|
||||
IcmpCode = 0;
|
||||
|
Reference in New Issue
Block a user