thumb only clear pipeline when branching

This commit is contained in:
Matthew Berry 2020-09-30 00:01:36 -07:00
parent e4d98a3970
commit 27b0a4e4ce

View file

@ -20,7 +20,7 @@ module THUMB
@cpsr.thumb = false
@r[15] = @r[rs] & ~3
end
clear_pipeline
end
clear_pipeline
end
end