Changeset 85758 in vbox for trunk/src/VBox/Devices/EFI
- Timestamp:
- Aug 14, 2020 8:50:07 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c
r85755 r85758 91 91 92 92 #if 0 /* There is no MultU32x32 for 32bit and cl insists on emitting __allmul otherwise so we just hardcode everything here... */ 93 return cbType * 2; 93 return cbType * 2; 94 94 #else 95 95 static size_t s_acbPrinted[9] = { 0, 2, 4, 0, 8, 0, 0, 0, 16};
Note:
See TracChangeset
for help on using the changeset viewer.