﻿id	summary	reporter	owner	description	type	status	priority	component	resolution	keywords	cc
35	Bug in the Sparc V8 component (LDA instruction)	quentin.meunier@…	developers	"While trying to run a sample code on the sparc processor, an error arised : line 80, the test

{{{

if(ins.format3a.i == 0) {                                       \
            m_exception = true;                                         \
            m_exception_cause = TP_ILLEGAL_INSTRUCTION;
}}}

is actually the contrary :


{{{
if(ins.format3a.i == 1) {                                       \
            m_exception = true;                                         \
            m_exception_cause = TP_ILLEGAL_INSTRUCTION;

}}}

cf. the sparc V8 reference manual, p. 160 (163), test on code line 9.
"	defect	closed	major	IP-Cores	fixed		
