codetools: ppu: implemented skipping unsupported entries

git-svn-id: trunk@15595 -
This commit is contained in:
mattias 2008-06-27 14:50:48 +00:00
parent 0a4be6bd8d
commit fc43d79cae

View File

@ -547,7 +547,10 @@ begin
break;
else
Error('unknown interface entry nr '+IntToStr(EntryNr));
{$IFDEF VerbosePPUParser}
DebugLn(['TPPU.ReadInterface Skipping unsupported entry ',EntryNr]);
{$ENDIF}
FEntryPos:=FEntry.size;
end;
until false;
end;