Change parse_expression() return value from uint32 to uint64.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23571 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
33965e022a
commit
1839792524
@ -190,7 +190,7 @@ extern void panic(const char *format, ...);
|
||||
#endif
|
||||
|
||||
extern void kernel_debugger(const char *message); /* enter kernel debugger */
|
||||
extern uint32 parse_expression(const char *string); /* utility for debugger cmds */
|
||||
extern uint64 parse_expression(const char *string); /* utility for debugger cmds */
|
||||
|
||||
/* special return codes for kernel debugger */
|
||||
#define B_KDEBUG_CONT 2
|
||||
|
@ -1003,7 +1003,7 @@ debug_init_post_modules(struct kernel_args *args)
|
||||
// #pragma mark - public API
|
||||
|
||||
|
||||
uint32
|
||||
uint64
|
||||
parse_expression(const char *expression)
|
||||
{
|
||||
uint64 result;
|
||||
|
Loading…
Reference in New Issue
Block a user