From d4c40786f6fc37c32fdc8927e7fc76288ba160c4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 Sep 2003 17:42:45 +0000 Subject: 2003-09-26 Ralf Corsepius PR 495/rtems_misc * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c, monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c, monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit clean. --- cpukit/libmisc/monitor/mon-object.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/libmisc/monitor/mon-object.c') diff --git a/cpukit/libmisc/monitor/mon-object.c b/cpukit/libmisc/monitor/mon-object.c index 862efcf815..0e36e26b5e 100644 --- a/cpukit/libmisc/monitor/mon-object.c +++ b/cpukit/libmisc/monitor/mon-object.c @@ -315,16 +315,16 @@ void rtems_monitor_object_cmd( int argc, char **argv, - unsigned32 command_arg, + rtems_monitor_command_arg_t *command_arg, boolean verbose ) { int arg; rtems_monitor_object_info_t *info = 0; - rtems_monitor_object_type_t type = (rtems_monitor_object_type_t) command_arg; + rtems_monitor_object_type_t type ; /* what is the default type? */ - type = (rtems_monitor_object_type_t) command_arg; + type = command_arg->monitor_object; if (argc == 1) { -- cgit v1.2.3