* packing of searchrec for arm fixed

This commit is contained in:
florian 2004-01-31 16:15:14 +00:00
parent 87f13990e5
commit 3f868d2e42

View File

@ -50,7 +50,11 @@ Type
NameStr = String[FileNameLen]; NameStr = String[FileNameLen];
ExtStr = String[FileNameLen]; ExtStr = String[FileNameLen];
SearchRec = packed Record SearchRec =
{$ifndef ARM}
packed
{$endif ARM}
Record
{Fill : array[1..21] of byte; Fill replaced with below} {Fill : array[1..21] of byte; Fill replaced with below}
SearchNum : LongInt; {to track which search this is} SearchNum : LongInt; {to track which search this is}
SearchPos : LongInt; {directory position} SearchPos : LongInt; {directory position}
@ -902,7 +906,10 @@ End.
{ {
$Log$ $Log$
Revision 1.22 2003-12-29 21:15:04 jonas Revision 1.23 2004-01-31 16:15:14 florian
* packing of searchrec for arm fixed
Revision 1.22 2003/12/29 21:15:04 jonas
* fixed setftime (sorry Marco :) * fixed setftime (sorry Marco :)
Revision 1.21 2003/12/03 20:17:03 olle Revision 1.21 2003/12/03 20:17:03 olle