From 0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 31 Mar 2015 01:13:12 -0400 Subject: sim: run: punt! Now that all targets have been converted to nrun, we can finally punt this old inconsistent interface. A few stray references to the old run were sprinkled about; clean them up in the process. We leave behind the run(1) man page mostly so that we get it updated for the new nrun interface. --- sim/avr/sim-main.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sim/avr/sim-main.h') diff --git a/sim/avr/sim-main.h b/sim/avr/sim-main.h index 02c76d3..025eb15 100644 --- a/sim/avr/sim-main.h +++ b/sim/avr/sim-main.h @@ -19,8 +19,6 @@ along with this program. If not, see . */ #ifndef SIM_MAIN_H #define SIM_MAIN_H -#define SIM_HAVE_BIENDIAN - #include "sim-basics.h" typedef address_word sim_cia; -- cgit v1.1