Explorar o código

+ support pi_needs_tls

git-svn-id: trunk@43124 -
florian %!s(int64=6) %!d(string=hai) anos
pai
achega
cffc69ec1d
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      compiler/utils/ppuutils/ppudump.pp

+ 3 - 1
compiler/utils/ppuutils/ppudump.pp

@@ -1626,7 +1626,9 @@ const
          (mask:pi_uses_threadvar;
          str:' uses threadvars '),
          (mask:pi_has_except_table_data;
-         str:' has except table data ')
+         str:' has except table data '),
+         (mask:pi_needs_tls;
+         str:' uses TLS data pointer ')
   );
 var
   procinfooptions : tprocinfoflags;