mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user