From d0bff50bbabf63de382f202dba956cd7b9b47de7 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Mon, 13 Dec 2004 12:55:13 -0500 Subject: Fix up the random number stuff. SConscript: compile the random number generator stuff into m5 base/random.cc: we need to define our destructor base/random.hh: Since there's no state, just makes all of these get functions static --HG-- extra : convert_revision : 9d4b8abd57367391a8ecda3914b1d912d9c64185 --- SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'SConscript') diff --git a/SConscript b/SConscript index dedfe1aaa..f6c472216 100644 --- a/SConscript +++ b/SConscript @@ -65,6 +65,7 @@ base_sources = Split(''' base/pollevent.cc base/python.cc base/range.cc + base/random.cc base/sat_counter.cc base/socket.cc base/statistics.cc -- cgit v1.2.3