use constant instead of magic value
This commit is contained in:
parent
65b3567240
commit
5afe0cbb48
@ -11252,7 +11252,7 @@ int09_finish:
|
|||||||
int71_handler:
|
int71_handler:
|
||||||
push ax
|
push ax
|
||||||
mov al, #0x20
|
mov al, #0x20
|
||||||
out #0xA0, al
|
out PORT_PIC2_CMD, al
|
||||||
pop ax
|
pop ax
|
||||||
int #0x0A
|
int #0x0A
|
||||||
iret
|
iret
|
||||||
|
Loading…
Reference in New Issue
Block a user