mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 20:54:28 +08: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:
@@ -58,7 +58,7 @@ void interrupt_handler2e(void);
|
||||
"rep\n\tmovsb\n\t"
|
||||
"movw %bx,%ds\n\t"
|
||||
"movl %ds:__SystemServiceTable+4(,%eax,8),%eax\n\t"
|
||||
"call %eax\n\t"
|
||||
"call *%eax\n\t"
|
||||
"movl %ebp,%esp\n\t"
|
||||
"popl %ebx\n\t"
|
||||
"popl %ebp\n\t"
|
||||
|
||||
Reference in New Issue
Block a user