git-svn-id: https://spexeah.com:8443/svn/Asuro@80 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron 2017-05-17 17:46:51 +00:00
parent 1758be7ae7
commit a8c133f97c
2 changed files with 0 additions and 5 deletions

View File

@ -34,10 +34,7 @@ begin
for i:=0 to MAX_HOOKS-1 do begin for i:=0 to MAX_HOOKS-1 do begin
if uint32(Hooks[i]) <> 0 then begin if uint32(Hooks[i]) <> 0 then begin
Hooks[i](nil); Hooks[i](nil);
end else begin
Hooks[i](nil);
end; end;
end;
outb($20, $20); outb($20, $20);
end; end;

View File

@ -33,8 +33,6 @@ begin
for i:=0 to MAX_HOOKS-1 do begin for i:=0 to MAX_HOOKS-1 do begin
if uint32(Hooks[i]) <> 0 then begin if uint32(Hooks[i]) <> 0 then begin
Hooks[i](nil);
end else begin
Hooks[i](void(inb($60))); Hooks[i](void(inb($60)));
end; end;
end; end;