From: Gabe Black Date: Tue, 15 Feb 2011 23:58:16 +0000 (-0800) Subject: X86: Get rid of "inline" on the MicroPanic constructor in decoder.cc. X-Git-Tag: stable_2012_02_02~553^2~2^2^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fde8b5c3876ad431b193989ab64c802d1cec1ed0;p=gem5.git 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. --- diff --git a/src/arch/x86/isa/microops/debug.isa b/src/arch/x86/isa/microops/debug.isa index c2735565d..220c1af97 100644 --- a/src/arch/x86/isa/microops/debug.isa +++ b/src/arch/x86/isa/microops/debug.isa @@ -98,7 +98,7 @@ def template MicroDebugExecute {{ }}; 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,