From: Gabe Black Date: Fri, 8 Jun 2007 17:16:05 +0000 (+0000) Subject: Fix the formatting on a comment. X-Git-Tag: m5_2.0_beta4~373 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57a8c32bea94ad96f85d6534461d2a721b857bce;p=gem5.git Fix the formatting on a comment. --HG-- extra : convert_revision : 89636a7410dec54235416e3c16db98cc5eecf2b0 --- diff --git a/src/arch/x86/isa/microops/base.isa b/src/arch/x86/isa/microops/base.isa index 94726a0fb..7fa4f0457 100644 --- a/src/arch/x86/isa/microops/base.isa +++ b/src/arch/x86/isa/microops/base.isa @@ -100,6 +100,8 @@ output header {{ ////////////////////////////////////////////////////////////////////////// // // Base class for the python representation of x86 microops +// +////////////////////////////////////////////////////////////////////////// let {{ class X86Microop(object):