浏览代码

* name mangling changed

git-svn-id: trunk@4548 -
florian 19 年之前
父节点
当前提交
0663a997cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/linux/i386/dllprt0.as

+ 1 - 1
rtl/linux/i386/dllprt0.as

@@ -33,7 +33,7 @@ FPC_LIB_START:
         movl    %eax,operatingsystem_parameter_argc    /* Move the argument counter    */
         movl    %ecx,operatingsystem_parameter_argv    /* Move the argument pointer    */
 
-        movb    $1,U_SYSTEM_ISLIBRARY
+        movb    $1,TC_SYSTEM_ISLIBRARY
 
         /* Save initial stackpointer */
         movl    %esp,__stkptr