Adopted to generic exception macro names.

This commit is contained in:
Jan Stoess 2007-09-19 10:38:49 +02:00
parent 0079bd7e38
commit cdae6f9fac
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ SYSCALL_STUB(memory_control)
#define IS_SYSCALL(x) (entry == entry_##x)
IA32_EXC_NO_ERRORCODE(exc_user_syscall, 0)
X86_EXCNO_ERRORCODE(exc_user_syscall, 0)
{
/* eip points to the system call entry in the user's own kip area,
calculate address in kernel address space */