mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
[Decompile] connect, text-h, settings-h, capture, memory-usage-h (#410)
* decompile stuff * temp * temp2 * fix * temp * preparing for merge * working * fix stupid format * fix codacy
This commit is contained in:
@@ -187,7 +187,7 @@ std::unique_ptr<AtomicOp> make_standard_store(const Instruction& i0,
|
||||
return std::make_unique<AsmOp>(i0, idx);
|
||||
}
|
||||
// it's a stack spill.
|
||||
return std::make_unique<StackSpillStoreOp>(make_src_var(i0.get_src(0).get_reg(), idx),
|
||||
return std::make_unique<StackSpillStoreOp>(make_src_atom(i0.get_src(0).get_reg(), idx),
|
||||
store_size, i0.get_src(1).get_imm(), idx);
|
||||
}
|
||||
SimpleAtom val;
|
||||
|
||||
Reference in New Issue
Block a user