Whitespace

This commit is contained in:
skrll 2007-02-24 13:01:34 +00:00
parent dcad5cdb82
commit d6172f381e

View File

@ -110,7 +110,7 @@ _initialize_i386nbsd_nat (void)
t = i386bsd_target ();
t->to_pid_to_exec_file = nbsd_pid_to_exec_file;
add_target (t);
/* Support debugging kernel virtual memory images. */
bsd_kvm_add_target (i386nbsd_supply_pcb);
}