Explorar o código

* forgotten comment

git-svn-id: trunk@38142 -
florian %!s(int64=7) %!d(string=hai) anos
pai
achega
46fe2d486c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compiler/rasm.pas

+ 1 - 0
compiler/rasm.pas

@@ -155,6 +155,7 @@ unit rasm;
         if (po_assembler in current_procinfo.procdef.procoptions) and
            (sym.typ=paravarsym) and
            (tparavarsym(sym).paraloc[calleeside].location^.loc=LOC_REGISTER) and
+           { ... however this is only possible if the pointer takes only one register location }
            not assigned(tparavarsym(sym).paraloc[calleeside].location^.Next) and
            isimplicitpointer then
           exit;