* fixed wrong initialization

This commit is contained in:
peter 2003-11-12 16:58:42 +00:00
parent 2ebd9f20b5
commit 9b9d30b0e9

View File

@ -96,8 +96,6 @@ unit rabase;
var
asmmode : tasmmode;
initialization
fillchar(asmmode,sizeof(asminfos),0);
finalization
for asmmode:=low(tasmmode) to high(tasmmode) do
if assigned(asmmodeinfos[asmmode]) then
@ -108,7 +106,10 @@ finalization
end.
{
$Log$
Revision 1.1 2003-11-12 16:05:39 florian
Revision 1.2 2003-11-12 16:58:42 peter
* fixed wrong initialization
Revision 1.1 2003/11/12 16:05:39 florian
* assembler readers OOPed
+ typed currency constants
+ typed 128 bit float constants if the CPU supports it