fix fasm strange behaviour

git-svn-id: svn://kolibrios.org@6946 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Asper 2017-08-20 12:41:47 +00:00
parent 4cf3034f56
commit 6ed4ab087f

View File

@ -2662,12 +2662,12 @@ endp
;Asper remember to add this functions: ;Asper remember to add this functions:
proc snd_hda_queue_unsol_event stdcall, par1:dword, par2:dword proc snd_hda_queue_unsol_event stdcall, par1:dword, par2:dword
if DEBUG ;if DEBUG
push esi ; push esi
mov esi, msgUnsolEvent ; mov esi, msgUnsolEvent
invoke SysMsgBoardStr ; invoke SysMsgBoardStr
pop esi ; pop esi
end if ;end if
if USE_UNSOL_EV = 1 if USE_UNSOL_EV = 1
;Test. Do not make queue, process immediately! ;Test. Do not make queue, process immediately!
;stdcall here snd_hda_read_pin_sense stdcall, nid:dword, trigger_sense:dword ;stdcall here snd_hda_read_pin_sense stdcall, nid:dword, trigger_sense:dword
@ -2962,7 +2962,7 @@ msgPciStat db 'PCI status ',0
msgHDALowMMIo db 'lower mmio base ',0 msgHDALowMMIo db 'lower mmio base ',0
msgHDAUpMMIo db 'upper mmio base ',0 msgHDAUpMMIo db 'upper mmio base ',0
msgIrqMap db 'HDA irq map as ',0 msgIrqMap db 'HDA irq map as ',0
msgUnsolEvent db 'Unsolicited event!',13,10,0 ;msgUnsolEvent db 'Unsolicited event!',13,10,0
;Asper [ ;Asper [
if DEBUG if DEBUG