Copy'n'paste ...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20437 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-03-27 13:27:44 +00:00
parent de71c58165
commit 073ddff0ad
@@ -355,7 +355,7 @@ int
add_debugger_command(char *name,
int (*func)(int argc, char **argv), char *help)
{
return UserlandFS::KernelEmu::add_debugger_command(name, hook, help);
return UserlandFS::KernelEmu::add_debugger_command(name, func, help);
}
// remove_debugger_command
@@ -363,7 +363,7 @@ int
remove_debugger_command(char *name,
int (*func)(int argc, char **argv))
{
return UserlandFS::KernelEmu::remove_debugger_command(name, hook);
return UserlandFS::KernelEmu::remove_debugger_command(name, func);
}
// parse_expression