* lib/sim-defs.exp: Remove stray semicolons.
This commit is contained in:
parent
8d26365061
commit
bc81a370c5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-05-12 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* lib/sim-defs.exp: Remove stray semicolons.
|
||||
|
||||
2004-03-01 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* sim/frv/allinsn.exp (all_machs): Add fr405 and fr450.
|
||||
|
|
|
@ -93,7 +93,7 @@ proc sim_run { prog sim_opts prog_opts redir options } {
|
|||
set prog [remote_download host $prog]
|
||||
if { $prog == "" } {
|
||||
error "download failed"
|
||||
return -1;
|
||||
return -1
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue