diff dyncall/dyncall_callvm_ppc64.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 ad5f9803f52f
line wrap: on
line diff
--- a/dyncall/dyncall_callvm_ppc64.h	Mon Mar 28 23:46:59 2016 +0200
+++ b/dyncall/dyncall_callvm_ppc64.h	Wed Apr 06 00:21:51 2016 +0200
@@ -54,7 +54,5 @@
   DCVecHead mVecHead;
 };
 
-DCCallVM* dcNewCallVM_ppc64(DCsize size);
-
 #endif /* DYNCALL_CALLVM_PPC64_H */