Sfoglia il codice sorgente

* Mark forgotten implementations with runerror 219

git-svn-id: trunk@32266 -
michael 9 anni fa
parent
commit
745c1499df
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      rtl/objpas/sysutils/syshelpf.inc

+ 8 - 0
rtl/objpas/sysutils/syshelpf.inc

@@ -98,16 +98,19 @@ end;
 Function TFLOATHELPER.GetE: QWord; inline;
 Function TFLOATHELPER.GetE: QWord; inline;
 
 
 begin
 begin
+  runerror(219);
 end;
 end;
 
 
 Function TFLOATHELPER.GetF: QWord; inline;
 Function TFLOATHELPER.GetF: QWord; inline;
 
 
 begin
 begin
+  runerror(219);
 end;
 end;
 
 
 Function TFLOATHELPER.GetS: Boolean; inline;
 Function TFLOATHELPER.GetS: Boolean; inline;
 
 
 begin
 begin
+ runerror(219)
 end;
 end;
 
 
 procedure TFLOATHELPER.SetB(AIndex: Cardinal; const AValue: Byte);
 procedure TFLOATHELPER.SetB(AIndex: Cardinal; const AValue: Byte);
@@ -129,16 +132,19 @@ end;
 procedure TFLOATHELPER.SetE(AValue: QWord);
 procedure TFLOATHELPER.SetE(AValue: QWord);
 
 
 begin
 begin
+  runerror(219);
 end;
 end;
 
 
 procedure TFLOATHELPER.SetF(AValue: QWord);
 procedure TFLOATHELPER.SetF(AValue: QWord);
 
 
 begin
 begin
+  runerror(219);
 end;
 end;
 
 
 procedure TFLOATHELPER.SetS(AValue: Boolean);
 procedure TFLOATHELPER.SetS(AValue: Boolean);
 
 
 begin
 begin
+  runerror(219);
 end;
 end;
 
 
 
 
@@ -168,6 +174,7 @@ end;
 Function TFLOATHELPER.Fraction: Extended;
 Function TFLOATHELPER.Fraction: Extended;
 
 
 begin
 begin
+  runerror(219);
 end;
 end;
 
 
 Function TFLOATHELPER.IsInfinity: Boolean; overload; inline;
 Function TFLOATHELPER.IsInfinity: Boolean; overload; inline;
@@ -197,6 +204,7 @@ end;
 Function TFLOATHELPER.Mantissa: QWord;
 Function TFLOATHELPER.Mantissa: QWord;
 
 
 begin
 begin
+  runerror(219);
 end;
 end;
 
 
 Function TFLOATHELPER.SpecialType: TFloatSpecial;
 Function TFLOATHELPER.SpecialType: TFloatSpecial;