notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d5885d
)
svp drc, another bugfix
author
kub
<derkub@gmail.com>
Wed, 26 Jan 2022 19:45:19 +0000
(19:45 +0000)
committer
kub
<derkub@gmail.com>
Wed, 26 Jan 2022 19:45:19 +0000
(19:45 +0000)
pico/carthw/svp/compiler.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/carthw/svp/compiler.c
b/pico/carthw/svp/compiler.c
index
14e9ebf
..
c48c665
100644
(file)
--- 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;
}