- remove some compiler warnings

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@57 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2010-08-10 09:21:35 +00:00
parent 83d3609306
commit 310c8ec4b3

View file

@ -23,8 +23,6 @@
void syscall_handler(struct state* s)
{
uint32_t id = current_task->id;
switch(s->eax)
{
case __NR_exit: