This patch adds support of floating point and aggregate return types in GetReturnValueObjectImpl() for mips32
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Init the variables and this is good to go.
source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | ||
---|---|---|
426–429 | Initialize these with default values in case the code is changed/reorganized later. |
Comment Actions
Looks good. Feel free to also initialized "is_signed" if you can, no need for review on that change.
Initialize these with default values in case the code is changed/reorganized later.