Skip to content
Commit 0eb6aaf5 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Fix msr instruction detection



Fix msr instructions detection. The current code
just use msrclr for loading msr content and compare
it with proper MSR content. If msrclr is not implemented
r8 contains pc address.
Previous code wanted to use MSR carry bit but if msrclr
wasn't implemented carry wasn't cleared.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 1f80a67d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment