This file is causing problems. I am going to remove it and try re-adding it.

llvm-svn: 164328
This commit is contained in:
Greg Clayton 2012-09-20 23:08:12 +00:00
parent bb011f73f5
commit b85248da95
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
fbt::exception_deliver:entry
{
printf("pid %d got an exception of type %d\n", pid, arg1);
stack();
ustack();
}
syscall::kill:entry
{
printf("pid %d called kill(%d, %d)\n", pid, arg0, arg1);
ustack();
}
syscall::__pthread_kill:entry
{
printf("pid %d called pthread_kill(%p, %d)\n", pid, arg0, arg1);
ustack();
}