From d76445f9f37896227f1d4e61348a418aa7ab6371 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 2 Nov 2003 20:43:39 -0500 Subject: Move the m5 pseudo instructions into their own file arch/alpha/isa_desc: Move the pseudo instructions out of the isa_desc, into their own file and call out to them when they're to be accessed sim/sim_events.cc: sim/sim_events.hh: sim/sim_exit.hh: move SimExit to sim_exit.cc --HG-- extra : convert_revision : 1c393adb1c18bd0fef065057d7f4e9cf60ac4197 --- sim/sim_events.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sim/sim_events.cc') diff --git a/sim/sim_events.cc b/sim/sim_events.cc index 265bf63dc..98d3b086d 100644 --- a/sim/sim_events.cc +++ b/sim/sim_events.cc @@ -63,12 +63,6 @@ SimExitEvent::description() return "simulation termination"; } -void -SimExit(Tick when, const char *message) -{ - static SimExitEvent event(when, message); -} - // // constructor: automatically schedules at specified time // -- cgit v1.2.3