On 01/30/2017 05:49 AM, Peter Maydell wrote:
+case 35:
+env->iaoq_b = val;
Is this a missing "break;" or a missing "/* fall through */" ?
Yep, thanks.
r~
On 23 January 2017 at 02:17, Richard Henderson wrote:
> This is just about the minimum required to enable compilation
> without actually executing any instructions. This contains the
> HPPACPU structure and the required callbacks, the gdbstub, the
> basic translation loop, and a translate_one fun
This is just about the minimum required to enable compilation
without actually executing any instructions. This contains the
HPPACPU structure and the required callbacks, the gdbstub, the
basic translation loop, and a translate_one function that always
results in an illegal instruction.
Signed-of