On Sat, May 29, 2010 at 12:30 AM, Blue Swirl <blauwir...@gmail.com> wrote: > On Fri, May 28, 2010 at 9:48 AM, Igor V. Kovalenko > <igor.v.kovale...@gmail.com> wrote: >> From: Igor V. Kovalenko <igor.v.kovale...@gmail.com> >> >> Signed-off-by: Igor V. Kovalenko <igor.v.kovale...@gmail.com> >> --- >> sparc-dis.c | 2 ++ >> target-sparc/op_helper.c | 10 +++++----- >> 2 files changed, 7 insertions(+), 5 deletions(-) >> >> diff --git a/sparc-dis.c b/sparc-dis.c >> index c1b682d..dbd3b4f 100644 >> --- a/sparc-dis.c >> +++ b/sparc-dis.c >> @@ -2155,6 +2155,8 @@ static const arg asi_table_v9[] = >> /* These are UltraSPARC extensions. */ >> { 0x14, "#ASI_PHYS_USE_EC"}, >> { 0x15, "#ASI_PHYS_BYPASS_EC_WITH_EBIT"}, >> + { 0x24, "#ASI_NUCLEUS_QUAD_LDD" }, >> + { 0x2c, "#ASI_NUCLEUS_QUAD_LDD_LITTLE" }, >> { 0x45, "#ASI_LSU_CONTROL_REG"}, >> { 0x47, "#ASI_DCACHE_TAG"}, >> { 0x49, "#ASI_INTR_RECEIVE"}, > > The patch does not apply because the above line is not in the tree. > > This change should be also mentioned in the commit body.
I decided to drop disassembler update, it can be done separately once for all ASI extensions. -- Kind regards, Igor V. Kovalenko