Skip to content
Open
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
3 changes: 2 additions & 1 deletion src/vm_ppc.dasc
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@ static void build_subroutines(BuildCtx *ctx)
| lwz TMP2, WORD_HI(TMP1)
|.else
| lwzux TMP2, TMP1, TMP3
| lwz TMP3, WORD_HI(TMP1)
| lwz TMP3, 4(TMP1)
|.endif
|1:
| checknil TMP2
Expand Down Expand Up @@ -5803,6 +5803,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
| lwz RB, WORD_HI(TMP3)
|.else
| add CARG3, TMP2, TMP3
| lwz RB, WORD_HI(CARG3)
| lwz CARG1, 0(CARG3)
| lwz CARG2, 4(CARG3)
| add NODE:TMP3, TMP2, TMP3
Expand Down