comparison packages/redboot/current/src/main.c @ 913:3c59fd67ae50

* src/main.c (do_go): Silence unused variable warning when no net.
author jlarmour
date Tue, 08 Apr 2003 05:09:05 +0000
parents 6aa5728bb6a0
children 609c8b1447ee
comparison
equal deleted inserted replaced
912:82d5a3544347 913:3c59fd67ae50
428 unsigned long entry; 428 unsigned long entry;
429 unsigned long oldints; 429 unsigned long oldints;
430 bool wait_time_set; 430 bool wait_time_set;
431 int wait_time, res; 431 int wait_time, res;
432 bool cache_enabled = false; 432 bool cache_enabled = false;
433 #ifdef CYGPKG_IO_ETH_DRIVERS
433 bool stop_net = false; 434 bool stop_net = false;
435 #endif
434 struct option_info opts[3]; 436 struct option_info opts[3];
435 char line[8]; 437 char line[8];
436 hal_virtual_comm_table_t *__chan; 438 hal_virtual_comm_table_t *__chan;
437 439
438 entry = entry_address; // Default from last 'load' operation 440 entry = entry_address; // Default from last 'load' operation