Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLib/ScanMem64Wrapper.c
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
- Property svn:mergeinfo changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLib/ScanMem64Wrapper.c
r48674 r58466 34 34 then a pointer to the matching byte in the target buffer is returned. If no match is found, 35 35 then NULL is returned. If Length is 0, then NULL is returned. 36 36 37 37 If Length > 0 and Buffer is NULL, then ASSERT(). 38 38 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
Note:
See TracChangeset
for help on using the changeset viewer.