FPDebug: fix loader

git-svn-id: trunk@43254 -
This commit is contained in:
martin 2013-10-14 23:29:08 +00:00
parent 68196f23cb
commit 96d08aac7e

View File

@ -65,7 +65,7 @@ begin
SetLength(cmdbuf, header.sizeofcmds);
//Stream.Read(cmdbuf[0], header.sizeofcmds);
ALoader.Read(0, header.sizeofcmds, @cmdbuf[0]);
ALoader.Read(sizeof(header), header.sizeofcmds, @cmdbuf[0]);
SetLength(commands, header.ncmds);
ofs := 0;