Fix typo: msr0 should be msr.
This commit is contained in:
parent
d94ea4c508
commit
df86e3b84f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ EXIT:
|
||||||
mtspr hid0, r3 ! in hid0
|
mtspr hid0, r3 ! in hid0
|
||||||
.data4 mfmsr(3)
|
.data4 mfmsr(3)
|
||||||
oris r3, r3, 0x0004 ! set POW
|
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.
|
b EXIT ! If we failed to halt, then spin.
|
||||||
|
|
||||||
.define _openfirmware_call
|
.define _openfirmware_call
|
||||||
|
|
Loading…
Reference in a new issue