Fixed an accidental code removal for osx

This commit is contained in:
Kelly Wilson
2009-02-03 17:27:01 -07:00
parent 584911ad4e
commit 6cd6ddd237

View File

@@ -1558,6 +1558,10 @@ struct AsmProcessor
break;
}
// osx needs an extra underscore
if (global.params.os == OSMacOSX)
insnTemplate->writestring("_");
// print out the mangle
insnTemplate->writestring(vd->mangle());
vd->nakedUse = true;