X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2FOpBranch.cpp;fp=cpu%2FCyclone%2FOpBranch.cpp;h=804aa9163a507234629d69d1ab811bb98c5b7436;hb=d4789c7cd6fb9d8e63084c16f9a595b27914bb4e;hp=061fe01041c7f2d9b103c223c710d8742a701079;hpb=07ceafdb04502be69d06c3b54437fd4e8b88dfbe;p=picodrive.git diff --git a/cpu/Cyclone/OpBranch.cpp b/cpu/Cyclone/OpBranch.cpp index 061fe01..804aa91 100644 --- a/cpu/Cyclone/OpBranch.cpp +++ b/cpu/Cyclone/OpBranch.cpp @@ -500,7 +500,7 @@ int OpBranch(int op) OpEnd(size?0x10:0); // since all "DontBranch" code is same for every size, output only once - if (cc>=2&&(op&0xff00)==0x6200) + if (cc>=2&&(op&0xff00)==0x6700) { ot("BccDontBranch%i%s\n", 8<