X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/34f6af4f61e0eec9c96113e07f140b609b4113c8..refs/heads/eme/build-tools:/lunaix-os/arch/x86/syscall32.S?ds=sidebyside diff --git a/lunaix-os/arch/x86/syscall32.S b/lunaix-os/arch/x86/syscall32.S index b8915ed..3fb96b4 100644 --- a/lunaix-os/arch/x86/syscall32.S +++ b/lunaix-os/arch/x86/syscall32.S @@ -1,6 +1,5 @@ #define __ASM__ #include -#include "syscall_nr.inc" .section .text .type syscall_hndlr, @function @@ -16,7 +15,7 @@ jae 2f shll $2, %eax - addl $syscall_table, %eax + addl $__syscall_table, %eax cmpl $0, (%eax) jne 1f 2: