Commit 04d1f1a5 authored by Kai Germaschewski's avatar Kai Germaschewski

drivers/pnp/pnpbios_core.c: Warning fix

parent d0f0cde1
...@@ -118,7 +118,7 @@ __asm__( ...@@ -118,7 +118,7 @@ __asm__(
" pushl %ecx \n" " pushl %ecx \n"
" pushl %ebx \n" " pushl %ebx \n"
" pushl %eax \n" " pushl %eax \n"
" lcallw pnp_bios_callpoint\n" " lcallw *pnp_bios_callpoint\n"
" addl $16, %esp \n" " addl $16, %esp \n"
" lret \n" " lret \n"
".previous \n" ".previous \n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment