Add float/double return value handling to SysV-arm ABI
This is necessary for evaluating expressions with float/double return
value and for displaying float/double return values in case of a thread
step out.
Differential D9907
Add float/double return value handling to SysV-arm ABI tberghammer on May 21 2015, 4:49 AM. Authored by
Details Add float/double return value handling to SysV-arm ABI This is necessary for evaluating expressions with float/double return
Diff Detail Event Timeline |
Please use reinterpret_cast here. Or use a union.