From 724516511a9ecf12225117f1235cf50fb3cebc0f Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Thu, 3 Oct 2002 14:59:35 +0000 Subject: [PATCH] Do translate BSR.L, we don't have any issue with that even if we are doing block inlining since we have a complete chain of information about the blocks to checksum. --- BasiliskII/src/uae_cpu/compiler/gencomp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/BasiliskII/src/uae_cpu/compiler/gencomp.c b/BasiliskII/src/uae_cpu/compiler/gencomp.c index 10e5cc59..43b29a19 100644 --- a/BasiliskII/src/uae_cpu/compiler/gencomp.c +++ b/BasiliskII/src/uae_cpu/compiler/gencomp.c @@ -1601,8 +1601,6 @@ gen_opcode (unsigned long int opcode) gen_update_next_handler(); break; case i_BSR: - if (curi->size==sz_long) - failure; is_const_jump; genamode (curi->smode, "srcreg", curi->size, "src", 1, 0); start_brace();