• Michal Simek's avatar
    microblaze: Fix msr instruction detection · 0eb6aaf5
    Michal Simek authored
    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>
    0eb6aaf5
setup.c 5.35 KB