소스 검색

* fix comment so it does not confuse lazarus

git-svn-id: trunk@21305 -
florian 13 년 전
부모
커밋
d4c120cb34
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/aoptbase.pas

+ 2 - 2
compiler/aoptbase.pas

@@ -82,8 +82,8 @@ unit aoptbase;
         { returns whether P is a load constant instruction (load a constant }
         { into a register)                                                  }
         Function IsLoadConstReg(p: tai): Boolean; Virtual; Abstract;
-        { returns whether P is a store instruction (store contents from a }
-        { register to a memory location or to a (register) variable)      }
+        { returns whether P is a store instruction (store contents from a
+          register to a memory location or to a (register) variable)      }
         Function IsStoreRegMem(p: tai): Boolean; Virtual; Abstract;
 
         { create a paicpu Object that loads the contents of reg1 into reg2 }