浏览代码

Do not use @ which is not always available. Use "" instead (which is not perfect but should be better).

Atsushi Eno 13 年之前
父节点
当前提交
ebcb2ca612
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mcs/tools/mkbundle/mkbundle.cs

+ 1 - 1
mcs/tools/mkbundle/mkbundle.cs

@@ -176,7 +176,7 @@ class MakeBundle {
 				".globl {0}\n" +
 				"\t.section .rodata\n" +
 				"\t.p2align 5\n" +
-				"\t.type {0}, @object\n" +
+				"\t.type {0}, \"object\"\n" +
 				"\t.size {0}, {1}\n" +
 				"{0}:\n",
 				name, size);