Added TODO.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20435 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -783,6 +783,7 @@ remove_debugger_command(char * name, int (*func)(int, char **))
|
|||||||
uint32
|
uint32
|
||||||
parse_expression(const char *expression)
|
parse_expression(const char *expression)
|
||||||
{
|
{
|
||||||
|
// TODO: Implement expression parser (cf. BeBook).
|
||||||
return strtoul(expression, NULL, 0);
|
return strtoul(expression, NULL, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user