mirror of
https://github.com/reactos/reactos.git
synced 2025-06-11 04:47:22 +00:00
replaced call %eax with call *%eax.First syntax is not recognized
by all compilers. svn path=/trunk/; revision=317
This commit is contained in:
parent
f6a2bede37
commit
bf4de1d7cd
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void interrupt_handler2e(void);
|
||||||
"rep\n\tmovsb\n\t"
|
"rep\n\tmovsb\n\t"
|
||||||
"movw %bx,%ds\n\t"
|
"movw %bx,%ds\n\t"
|
||||||
"movl %ds:__SystemServiceTable+4(,%eax,8),%eax\n\t"
|
"movl %ds:__SystemServiceTable+4(,%eax,8),%eax\n\t"
|
||||||
"call %eax\n\t"
|
"call *%eax\n\t"
|
||||||
"movl %ebp,%esp\n\t"
|
"movl %ebp,%esp\n\t"
|
||||||
"popl %ebx\n\t"
|
"popl %ebx\n\t"
|
||||||
"popl %ebp\n\t"
|
"popl %ebp\n\t"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue