fds
git-svn-id: https://spexeah.com:8443/svn/Asuro@202 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@@ -33,7 +33,7 @@ var
|
||||
begin
|
||||
CLI;
|
||||
for i:=0 to MAX_HOOKS-1 do begin
|
||||
if uint32(Hooks[i]) <> 0 then Hooks[i](void($00000000)));
|
||||
if uint32(Hooks[i]) <> 0 then Hooks[i](void($00000000));
|
||||
end;
|
||||
console.writestringln('Disk Operation Complete');
|
||||
end;
|
||||
|
@@ -66,7 +66,7 @@ type
|
||||
UBit30 = 0..(1 shl 30) - 1;
|
||||
|
||||
TBitMask = bitpacked record
|
||||
b7,b6,b5,b4,b3,b2,b1,b0 : Boolean;
|
||||
b1,b2,b3,b4,b5,b6,b7,b8 : Boolean;
|
||||
end;
|
||||
PBitMask = ^TBitMask;
|
||||
|
||||
|
Reference in New Issue
Block a user