From: kub Date: Wed, 26 Jan 2022 19:45:19 +0000 (+0000) Subject: svp drc, another bugfix X-Git-Tag: v2.00~366 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5daf702140df7718dca77e4ca43e953e4963f068;p=picodrive.git svp drc, another bugfix --- diff --git a/pico/carthw/svp/compiler.c b/pico/carthw/svp/compiler.c index 14e9ebfe..c48c665c 100644 --- a/pico/carthw/svp/compiler.c +++ b/pico/carthw/svp/compiler.c @@ -990,6 +990,7 @@ static void tr_r0_to_ST(int const_val) EOP_ORR_REG_LSL(6, 6, 1, 4); // orr r6, r6, r1, lsl #4 TR_WRITE_R0_TO_REG(SSP_ST); hostreg_r[1] = -1; + known_regb &= ~KRREG_ST; dirty_regb &= ~KRREG_ST; }