git-svn-id: https://spexeah.com:8443/svn/Asuro@80 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
1758be7ae7
commit
a8c133f97c
@ -34,10 +34,7 @@ begin
|
||||
for i:=0 to MAX_HOOKS-1 do begin
|
||||
if uint32(Hooks[i]) <> 0 then begin
|
||||
Hooks[i](nil);
|
||||
end else begin
|
||||
Hooks[i](nil);
|
||||
end;
|
||||
end;
|
||||
outb($20, $20);
|
||||
end;
|
||||
|
||||
|
@ -33,8 +33,6 @@ begin
|
||||
|
||||
for i:=0 to MAX_HOOKS-1 do begin
|
||||
if uint32(Hooks[i]) <> 0 then begin
|
||||
Hooks[i](nil);
|
||||
end else begin
|
||||
Hooks[i](void(inb($60)));
|
||||
end;
|
||||
end;
|
||||
|
Loading…
x
Reference in New Issue
Block a user