Commit c66e8593 authored by Jeff Dike's avatar Jeff Dike

Fixed a stupid compile bug.

parent 0fc3a8cd
...@@ -451,7 +451,7 @@ void set_init_pid(int pid) ...@@ -451,7 +451,7 @@ void set_init_pid(int pid)
err); err);
} }
int singlestepping(void *t) int singlestepping_tt(void *t)
{ {
struct task_struct *task = t; struct task_struct *task = t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment