Changeset 83773 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Apr 17, 2020 5:50:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r82968 r83773 2135 2135 { 2136 2136 /* Translate the name, group and class. */ 2137 if (strcmp(szName, ".text") == 0) 2137 if ( strcmp(szName, ".text") == 0 2138 || strcmp(szName, ".text$mn") == 0 /* Seen first in VC++ 14.1 (could be older). */) 2138 2139 { 2139 2140 strcpy(szName, "BS3TEXT64");
Note:
See TracChangeset
for help on using the changeset viewer.