mirror of
https://github.com/mattrberry/crab.git
synced 2025-01-29 20:35:13 +01:00
arm data processing clear pipeline if r15=rd
This commit is contained in:
parent
025a0c3d5b
commit
0f0d2a4c20
1 changed files with 1 additions and 0 deletions
|
@ -34,5 +34,6 @@ module ARM
|
|||
@cpsr.zero = res == 0
|
||||
@cpsr.negative = bit?(res, 31)
|
||||
end
|
||||
clear_pipeline if rd == 15 # todo only do this when needed (not 0xA or 0xB)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue