X86: Get rid of "inline" on the MicroPanic constructor in decoder.cc.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 15 Feb 2011 23:58:16 +0000 (15:58 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 15 Feb 2011 23:58:16 +0000 (15:58 -0800)
commitfde8b5c3876ad431b193989ab64c802d1cec1ed0
treeb7cab9daa75953d610bb5b02cb173e3de09e60fb
parent989138970e3512aa9c1b37810ba64a742c00543e
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.
src/arch/x86/isa/microops/debug.isa