Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kernel/power/scal.S
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
fcmpu cr0, FZERO, ALPHA
bne- cr0, LL(A1I1)

LDLONG FLAG, 104(SP)
LDLONG FLAG, 120(SP)
cmpwi cr0, FLAG, 1
beq- cr0, LL(A1I1)

Expand Down
2 changes: 1 addition & 1 deletion kernel/power/zscal.S
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
fcmpu cr0, FZERO, ALPHA_I
bne- cr0, LL(A1I1)

LDLONG FLAG, 104(SP)
LDLONG FLAG, 128(SP)
cmpwi cr0, FLAG, 1
beq- cr0, LL(A1I1)

Expand Down
Loading