use constant instead of magic value

This commit is contained in:
Stanislav Shwartsman 2012-07-17 19:58:00 +00:00
parent 65b3567240
commit 5afe0cbb48

View File

@ -11252,7 +11252,7 @@ int09_finish:
int71_handler:
push ax
mov al, #0x20
out #0xA0, al
out PORT_PIC2_CMD, al
pop ax
int #0x0A
iret