comparison dyncall/dyncall_callvm_mips_o32.h @ 84:67961454902b

- bigger cleanup in callvm code * changed init of most callvms to reuse code and for consistency * removed unused functions * general changes for consistency * added some missing cconv defines do mode calls - fixed potential buffer overrun on arm64 - fixed sparc and x64 mode setting (only one mode, but wasn't (pointlessly) resettable) - error code handling (dcGetError) changes, flag is now cleared (work still underway) - Changelog update
author cslag
date Wed, 06 Apr 2016 00:21:51 +0200
parents 3e629dc19168
children f5577f6bf97a
comparison
equal deleted inserted replaced
83:54930a037e8a 84:67961454902b
38 int mArgCount; 38 int mArgCount;
39 DCRegData_mips_o32 mRegData; 39 DCRegData_mips_o32 mRegData;
40 DCVecHead mVecHead; 40 DCVecHead mVecHead;
41 } DCCallVM_mips_o32; 41 } DCCallVM_mips_o32;
42 42
43 DCCallVM* dcNewCallVM_mips_o32(DCsize size);
44
45 #endif /* DYNCALL_CALLVM_MIPS_O32_H */ 43 #endif /* DYNCALL_CALLVM_MIPS_O32_H */
46 44