Make MdeModulePkg GCC clean.
It also pass ICC+IPF and MYTOOLS+EBC build. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3711 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -98,7 +98,7 @@ USBKeyboardCheckForKey (
|
||||
);
|
||||
|
||||
EFI_GUID gEfiUsbKeyboardDriverGuid = {
|
||||
0xa05f5f78, 0xfb3, 0x4d10, 0x90, 0x90, 0xac, 0x4, 0x6e, 0xeb, 0x7c, 0x3c
|
||||
0xa05f5f78, 0xfb3, 0x4d10, {0x90, 0x90, 0xac, 0x4, 0x6e, 0xeb, 0x7c, 0x3c}
|
||||
};
|
||||
|
||||
//
|
||||
@@ -330,7 +330,7 @@ USBKeyboardDriverBindingStart (
|
||||
//
|
||||
// We only care interrupt endpoint here
|
||||
//
|
||||
UsbKeyboardDevice->IntEndpointDescriptor = EndpointDescriptor;
|
||||
CopyMem(&UsbKeyboardDevice->IntEndpointDescriptor, &EndpointDescriptor, sizeof(EndpointDescriptor));
|
||||
Found = TRUE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user