Fix typo: msr0 should be msr.

This commit is contained in:
George Koehler 2016-12-09 16:04:21 -05:00
parent d94ea4c508
commit df86e3b84f

View file

@ -52,7 +52,7 @@ EXIT:
mtspr hid0, r3 ! in hid0
.data4 mfmsr(3)
oris r3, r3, 0x0004 ! set POW
.data4 mtmsr(3) ! in msr0
.data4 mtmsr(3) ! in msr
b EXIT ! If we failed to halt, then spin.
.define _openfirmware_call