Ver código fonte

+ definition of AT_TEMP asmsymbol type (part of r15818)

git-svn-id: branches/llvm@15822 -
Jonas Maebe 15 anos atrás
pai
commit
5006631780
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      compiler/aasmbase.pas

+ 3 - 1
compiler/aasmbase.pas

@@ -48,7 +48,9 @@ interface
            the address of this code label is taken somewhere in the code
            the address of this code label is taken somewhere in the code
            so it must be taken care of it when creating pic
            so it must be taken care of it when creating pic
          }
          }
-         AT_ADDR
+         AT_ADDR,
+         { used for llvm local temps }
+         AT_TEMP
          );
          );
 
 
        { is the label only there for getting an DataOffset (e.g. for i/o
        { is the label only there for getting an DataOffset (e.g. for i/o