Removed old ancient macro that does nothing

This commit is contained in:
pagefault
2005-07-06 13:32:16 +00:00
parent 1ec66e2629
commit f10753fdbc

View File

@@ -172,32 +172,6 @@ VoiceStartMute:
%endif
%endmacro
%macro ProcessIRQStuffB 0
; check for VIRQ/HIRQ/NMI
test dl,04h
jnz %%noirq
test byte[INTEnab],20h
jz %%novirq
mov ax,[VIRQLoc]
cmp word[curypos],ax
je near .virq
jmp %%noirq
%%novirq
test byte[INTEnab],10h
jnz near .virq
%%noirq
test byte[INTEnab],20h
jz %%novirq2b
mov ax,[VIRQLoc]
cmp word[curypos],ax
jne %%novirq2b
cmp byte[intrset],1
jne %%nointrset2b
mov byte[intrset],2
%%nointrset2b
%%novirq2b
%endmacro
%macro ProcessIRQStuffC 0
; check for VIRQ/HIRQ
cmp byte[virqnodisable],1