forked from Imagelibrary/binutils-gdb
2000-12-03 Ben Elliston <bje@redhat.com>
* sim-profile.c (profile_option_handler): Remove unused prof_nr.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-12-03 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* sim-profile.c (profile_option_handler): Remove unused prof_nr.
|
||||
|
||||
2000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||
|
||||
* hw-events.c (delete_hw_event_data): Remove the scheduled events.
|
||||
|
||||
@@ -248,7 +248,7 @@ profile_option_handler (SIM_DESC sd,
|
||||
char *arg,
|
||||
int is_command)
|
||||
{
|
||||
int cpu_nr,prof_nr;
|
||||
int cpu_nr;
|
||||
|
||||
/* FIXME: Need to handle `cpu' arg. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user