From: Gabe Black Date: Wed, 25 Oct 2006 21:50:39 +0000 (-0400) Subject: Fixed the bitfield FCN to include the right bits. X-Git-Tag: m5_2.0_beta2~70^2~21^2~12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=047455625e333f10c73d16d5457d5b966ffae8e2;p=gem5.git Fixed the bitfield FCN to include the right bits. --HG-- extra : convert_revision : 040beb4dd982784773c3c3ad04cc48c2dc98b58c --- diff --git a/src/arch/sparc/isa/bitfields.isa b/src/arch/sparc/isa/bitfields.isa index 372f5c4ef..7e884866c 100644 --- a/src/arch/sparc/isa/bitfields.isa +++ b/src/arch/sparc/isa/bitfields.isa @@ -50,7 +50,7 @@ def bitfield D16LO <13:0>; def bitfield DISP19 <18:0>; def bitfield DISP22 <21:0>; def bitfield DISP30 <29:0>; -def bitfield FCN <29:26>; +def bitfield FCN <29:25>; def bitfield I <13>; def bitfield IMM_ASI <12:5>; def bitfield IMM22 <21:0>;