mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08: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>
|
2004-07-03 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
|
* 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. */
|
/* Kernel memory interface commands. */
|
||||||
struct cmd_list_element *bsd_kvm_cmdlist = NULL;
|
struct cmd_list_element *bsd_kvm_cmdlist;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
bsd_kvm_cmd (char *arg, int fromtty)
|
bsd_kvm_cmd (char *arg, int fromtty)
|
||||||
|
Loading…
Reference in New Issue
Block a user