From 143263297d0c518353fc47fe1a1af5851042bd87 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 2 Jun 2006 05:35:36 +0000 Subject: * config/sim.exp (sim_upload): Match up argument names. --- ChangeLog | 4 ++++ config/sim.exp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7bdb2f9..bbf9354 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-02 Ben Elliston + + * config/sim.exp (sim_upload): Match up argument names. + 2006-06-02 Ben Elliston * config.guess: Update to most recent version. 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" -- cgit v1.2.3