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
4 changes: 2 additions & 2 deletions src/PowerPC_EABI_Support/src/Runtime/runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ asm void __cvt_ull_dbl(void)

asm void __cvt_sll_flt(void)
{
nofralloc;
stwu r1, -0x10(r1);
clrrwi.r5, r3, 31;
beq L_802BA62C;
Expand Down Expand Up @@ -837,7 +838,6 @@ L_802BA6B4:;
lfd f1, 0x8(r1);
frsp f1, f1;
addi r1, r1, 0x10;
frfree; // Build error said to add this
blr
}

Expand Down Expand Up @@ -968,4 +968,4 @@ end:;

#ifdef __cplusplus
}
#endif
#endif
Loading