]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Added 68060 special HALT and PULSE instructions.
authorToni Wilen <twilen@winuae.net>
Fri, 20 Sep 2019 12:52:57 +0000 (15:52 +0300)
committerToni Wilen <twilen@winuae.net>
Fri, 20 Sep 2019 12:52:57 +0000 (15:52 +0300)
jit/gencomp.cpp

index 8d168cb185dd8b59a8a67be05eda3a4661ed4678..904508ce282f7933fada048cf5bd894335ad11b3 100644 (file)
@@ -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;