From 4805205a6dddafb92678cf237df8dde9ee64b1b1 Mon Sep 17 00:00:00 2001 From: brolley Date: Tue, 6 Nov 2007 21:06:05 +0000 Subject: [PATCH] 2007-11-06 Dave Brolley * mepCfg.cxx (MepBoardCfg): Set the gloss c omponent's syscall-numbering-scheme attribute to "mep". --- sid/main/dynamic/ChangeLog | 5 +++++ sid/main/dynamic/mepCfg.cxx | 1 + 2 files changed, 6 insertions(+) diff --git a/sid/main/dynamic/ChangeLog b/sid/main/dynamic/ChangeLog index 289a0ba041..04102239a8 100644 --- a/sid/main/dynamic/ChangeLog +++ b/sid/main/dynamic/ChangeLog @@ -1,3 +1,8 @@ +2007-11-06 Dave Brolley + + * mepCfg.cxx (MepBoardCfg): Set the gloss c omponent's + syscall-numbering-scheme attribute to "mep". + 2007-02-19 Dave Brolley * mepCfg.cxx (MepMemCfg::set_dynamic_config): Relate the gbmif as a diff --git a/sid/main/dynamic/mepCfg.cxx b/sid/main/dynamic/mepCfg.cxx index 926f7fc761..bea528c827 100644 --- a/sid/main/dynamic/mepCfg.cxx +++ b/sid/main/dynamic/mepCfg.cxx @@ -1270,6 +1270,7 @@ MepBoardCfg::MepBoardCfg (const string name, assert (cpu); assert (sess); gloss = new GlossCfg ("gloss", cpu, sess); + set (gloss, "syscall-numbering-scheme", "mep"); assert (gloss); // control bus for peripheral items -- 2.11.0