diff options
author | Ben Elliston <bje@gnu.org> | 2006-06-02 05:35:36 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2006-06-02 05:35:36 +0000 |
commit | 143263297d0c518353fc47fe1a1af5851042bd87 (patch) | |
tree | 082b4568cd1d38e5ea2e89cfdd36b72fb3f63d8b /config | |
parent | ae431e149df4338ed20dc76320225114a32edbca (diff) | |
download | dejagnu-143263297d0c518353fc47fe1a1af5851042bd87.tar.gz dejagnu-143263297d0c518353fc47fe1a1af5851042bd87.tar.bz2 dejagnu-143263297d0c518353fc47fe1a1af5851042bd87.zip |
* config/sim.exp (sim_upload): Match up argument names.
Diffstat (limited to 'config')
-rw-r--r-- | config/sim.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sim.exp b/config/sim.exp index 1ea3079..18f576e 100644 --- a/config/sim.exp +++ b/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" |