X86: Install the exit system call.

This commit is contained in:
Gabe Black 2009-02-27 09:26:41 -08:00
parent 9265b3d598
commit b69a9ad45a

View file

@ -756,7 +756,7 @@ SyscallDesc I386LinuxProcess::syscallDescs[] = {
/* 249 */ SyscallDesc("io_cancel", unimplementedFunc),
/* 250 */ SyscallDesc("fadvise64", unimplementedFunc),
/* 251 */ SyscallDesc("unused", unimplementedFunc),
/* 252 */ SyscallDesc("exit_group", unimplementedFunc),
/* 252 */ SyscallDesc("exit_group", exitFunc),
/* 253 */ SyscallDesc("lookup_dcookie", unimplementedFunc),
/* 254 */ SyscallDesc("epoll_create", unimplementedFunc),
/* 255 */ SyscallDesc("epoll_ctl", unimplementedFunc),