Browse Source

* config/sim.exp (sim_upload): Match up argument names.

origin
Ben Elliston 20 years ago
parent
commit
143263297d
  1. 4
      ChangeLog
  2. 4
      config/sim.exp

4
ChangeLog

@ -1,3 +1,7 @@
2006-06-02 Ben Elliston <bje@gnu.org>
* config/sim.exp (sim_upload): Match up argument names.
2006-06-02 Ben Elliston <bje@gnu.org>
* config.guess: Update to most recent version.

4
config/sim.exp

@ -129,8 +129,8 @@ proc sim_download { dest file args } {
return [remote_download host $file $args]
}
proc sim_upload { dest srcfile destfile } {
return [remote_upload host $file $args]
proc sim_upload { dest srcfile args } {
return [remote_upload host $srcfile $args]
}
set_board_info protocol "sim"

Loading…
Cancel
Save