Forgot one windows underscore for asm output

This commit is contained in:
Kelly Wilson
2009-05-30 14:35:03 -06:00
parent e35b95f35e
commit 71477fcb8c

View File

@@ -1528,9 +1528,8 @@ namespace AsmParserx8632
}
// osx needs an extra underscore
if ( global.params.os == OSMacOSX )
insnTemplate << "_";
if ( global.params.os == OSMacOSX || global.params.os == OSWindows )
insnTemplate << "_";
// print out the mangle
insnTemplate << vd->mangle();
vd->nakedUse = true;