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/d10v/interp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sim/d10v/interp.c') diff --git a/sim/d10v/interp.c b/sim/d10v/interp.c index 0e14392..1aae3e4 100644 --- a/sim/d10v/interp.c +++ b/sim/d10v/interp.c @@ -43,8 +43,6 @@ static void do_long (uint32 ins); static void do_2_short (uint16 ins1, uint16 ins2, enum _leftright leftright); static void do_parallel (uint16 ins1, uint16 ins2); static char *add_commas (char *buf, int sizeof_buf, unsigned long value); -extern void sim_set_profile (int n); -extern void sim_set_profile_size (int n); static INLINE uint8 *map_memory (unsigned phys_addr); #define MAX_HASH 63 -- cgit v1.1