Jelajahi Sumber

added a comment for non-supported SHORT array operator

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8326 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova 7 tahun lalu
induk
melakukan
be5609fb22
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      source/AMD64.Shortreal.Mod

+ 2 - 1
source/AMD64.Shortreal.Mod

@@ -538,7 +538,8 @@ TYPE
 		FoxArrayBase.ApplyUnaryAAOp(RESULT,x,SIZEOF(SHORTREAL),NegateLoop);
 		RETURN RESULT;
 	END "-";
-
+	
+	(*!TODO: replace by SHORT operator after fixing a compiler bug which does not allow to compile the operator code *)
 	PROCEDURE Short*(CONST x: ARRAY [?] OF Real): ARRAY {UNSAFE} [?] OF SHORTREAL;
 	BEGIN
 		FoxArrayBase.ApplyUnaryAAOp(RESULT,x,SIZEOF(SHORTREAL),ShortLoop);