mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Fix build error in Lowering-loongarch64.cpp
This commit is contained in:
parent
0b9bf2f657
commit
d87ae3b6bf
1 changed files with 1 additions and 4 deletions
|
|
@ -175,10 +175,7 @@ LIRGeneratorLoongArch64::lowerTruncateFToInt32(MTruncateToInt32* ins)
|
|||
void
|
||||
LIRGeneratorLoongArch64::visitRandom(MRandom* ins)
|
||||
{
|
||||
LRandom *lir = new(alloc()) LRandom(temp(),
|
||||
temp(),
|
||||
temp(),
|
||||
temp());
|
||||
LRandom *lir = new(alloc()) LRandom(temp(), temp(), temp());
|
||||
defineFixed(lir, ins, LFloatReg(ReturnDoubleReg));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue