mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
This commit is contained in:
parent
963c417494
commit
fdb1bf9d27
@ -1,3 +1,7 @@
|
||||
2004-07-03 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
|
||||
|
||||
2004-07-03 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
|
||||
|
@ -206,7 +206,7 @@ bsd_kvm_fetch_registers (int regnum)
|
||||
|
||||
|
||||
/* Kernel memory interface commands. */
|
||||
struct cmd_list_element *bsd_kvm_cmdlist = NULL;
|
||||
struct cmd_list_element *bsd_kvm_cmdlist;
|
||||
|
||||
static void
|
||||
bsd_kvm_cmd (char *arg, int fromtty)
|
||||
|
Loading…
Reference in New Issue
Block a user