GetThreeScalars matching
This commit is contained in:
parent
5d2083687e
commit
07026ca8ac
|
|
@ -3190,8 +3190,7 @@ void GetPairOfScalars(FILE* pF, br_scalar* pS1, br_scalar* pS2) {
|
|||
// IDA: void __usercall GetThreeScalars(FILE *pF@<EAX>, br_scalar *pS1@<EDX>, br_scalar *pS2@<EBX>, br_scalar *pS3@<ECX>)
|
||||
// FUNCTION: CARM95 0x00425d98
|
||||
void GetThreeScalars(FILE* pF, br_scalar* pS1, br_scalar* pS2, br_scalar* pS3) {
|
||||
|
||||
GetThreeFloats(pF, pS1, pS2, pS3);
|
||||
ReadThreeFloats(pF, *pS1, *pS2, *pS3);
|
||||
}
|
||||
|
||||
// IDA: void __usercall GetFourScalars(FILE *pF@<EAX>, br_scalar *pF1@<EDX>, br_scalar *pF2@<EBX>, br_scalar *pF3@<ECX>, br_scalar *pF4)
|
||||
|
|
|
|||
Loading…
Reference in New Issue