diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-07-08 10:53:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-07-08 10:53:58 +0000 |
| commit | 596dfc04ed90ad80804eb248089e48c83777b5c6 (patch) | |
| tree | 0bd669935c9f950fee5b68d9c62e2c5e5fc4ad66 /sys/ddb/db_command.c | |
| parent | e0c38587af87a66ef1693b5e4c95d386079a909f (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
| -rw-r--r-- | sys/ddb/db_command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 9b84481d4908..1a44450cdfc7 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_command.c,v 1.26 1998/05/19 11:02:22 phk Exp $ + * $Id: db_command.c,v 1.27 1998/05/19 18:42:03 phk Exp $ */ /* @@ -530,7 +530,7 @@ db_fncall(dummy1, dummy2, dummy3, dummy4) retval = (*func)(args[0], args[1], args[2], args[3], args[4], args[5], args[6], args[7], args[8], args[9] ); - db_printf("%#n\n", retval); + db_printf("%#r\n", retval); } /* Enter GDB remote protocol debugger on the next trap. */ |
