changeset 4ddb6f13cf13 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=4ddb6f13cf13
description:
        X86: Get rid of "inline" on the MicroPanic constructor in decoder.cc.

        This was making certain versions of gcc omit the function from the 
object file
        which would break the build.

diffstat:

 src/arch/x86/isa/microops/debug.isa |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 13692327bb0b -r 4ddb6f13cf13 src/arch/x86/isa/microops/debug.isa
--- a/src/arch/x86/isa/microops/debug.isa       Mon Feb 14 21:36:37 2011 -0800
+++ b/src/arch/x86/isa/microops/debug.isa       Tue Feb 15 15:58:16 2011 -0800
@@ -98,7 +98,7 @@
 }};
 
 def template MicroDebugConstructor {{
-    inline %(class_name)s::%(class_name)s(
+    %(class_name)s::%(class_name)s(
             ExtMachInst machInst, const char * instMnem, uint64_t setFlags,
             std::string _message, uint8_t _cc) :
         %(base_class)s(machInst, "%(func)s", instMnem,
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to