[SPEC2DEF]

Fix generation of ARM assembly stubs with C++ name mangling. Patch by Yuntian Zhang.
CORE-8700 #resolve #comment Committed, thanks.

svn path=/trunk/; revision=66068
This commit is contained in:
Timo Kreuzer
2015-01-20 18:33:33 +00:00
parent b978d73b11
commit caae20ea25
+1 -1
View File
@@ -391,7 +391,7 @@ Output_stublabel(FILE *fileDest, char* pszSymbolName)
if (giArch == ARCH_ARM)
{
fprintf(fileDest,
"\tEXPORT %s [FUNC]\n%s\n",
"\tEXPORT |%s| [FUNC]\n|%s|\n",
pszSymbolName,
pszSymbolName);
}