forked from KolibriOS/kolibrios
small fix from hidplayr
git-svn-id: svn://kolibrios.org@7109 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9da83c9e1b
commit
fbdde8ba84
@ -38,7 +38,9 @@ NOTIFY_RUN:
|
|||||||
;; WAIT UNTIL CONTROLLER BECOMES READY TO USE
|
;; WAIT UNTIL CONTROLLER BECOMES READY TO USE
|
||||||
add eax, NTCTRL_READY
|
add eax, NTCTRL_READY
|
||||||
@@:
|
@@:
|
||||||
|
push eax
|
||||||
mcall 5, 1
|
mcall 5, 1
|
||||||
|
pop eax
|
||||||
cmpe byte [eax], 0, @b
|
cmpe byte [eax], 0, @b
|
||||||
|
|
||||||
;; CONFIG PBAR
|
;; CONFIG PBAR
|
||||||
|
Loading…
Reference in New Issue
Block a user