From: Toni Wilen Date: Fri, 20 Sep 2019 12:52:57 +0000 (+0300) Subject: Added 68060 special HALT and PULSE instructions. X-Git-Tag: 4300~116 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=7b91b79e4f524d19966be50dd7adfe26036e9935;p=francis%2Fwinuae.git Added 68060 special HALT and PULSE instructions. --- diff --git a/jit/gencomp.cpp b/jit/gencomp.cpp index 8d168cb1..904508ce 100644 --- a/jit/gencomp.cpp +++ b/jit/gencomp.cpp @@ -3065,6 +3065,8 @@ gen_opcode (unsigned int opcode) case i_PTESTR: case i_PTESTW: case i_LPSTOP: + case i_HALT: + case i_PULSE: isjump; failure; break;