From f600cff5c265bc69048bfd71c31434de3f34b204 Mon Sep 17 00:00:00 2001 From: Andrew Schultz Date: Tue, 21 Oct 2003 17:18:17 -0400 Subject: Created new M5 instruction to allow an integer parameter (init_param) to be specified in the INI and then read inside the simulator. arch/alpha/isa_desc: Added new M5FUNC instruction to put allow reading of init_param inside simulator kern/tru64/tru64_system.cc: kern/tru64/tru64_system.hh: sim/system.cc: sim/system.hh: Added support for init_param --HG-- extra : convert_revision : 8253f0b4239b194d4f04665c9deec1fcdf665c8a --- kern/tru64/tru64_system.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'kern/tru64/tru64_system.hh') diff --git a/kern/tru64/tru64_system.hh b/kern/tru64/tru64_system.hh index 087ef038c..7fd337eb5 100644 --- a/kern/tru64/tru64_system.hh +++ b/kern/tru64/tru64_system.hh @@ -79,6 +79,7 @@ class Tru64System : public System public: Tru64System(const std::string _name, + const int _init_param, MemoryController *_memCtrl, PhysicalMemory *_physmem, const std::string &kernel_path, -- cgit v1.2.3