comparison dyncallback/dyncall_args_sparc32.h @ 157:49549739228c

- sparc callback asm and args code (still some stack alignment issues, currently) - doc improvements for sparc callconv
author cslag
date Wed, 28 Dec 2016 16:48:35 -0600
parents 3e629dc19168
children f5577f6bf97a
comparison
equal deleted inserted replaced
156:9e4f1355a388 157:49549739228c
29 29
30 #include "dyncall_args.h" 30 #include "dyncall_args.h"
31 31
32 struct DCArgs 32 struct DCArgs
33 { 33 {
34 int dummy; 34 int *arg_ptr;
35 }; 35 };
36 36
37 #endif /* DYNCALLBACK_ARGS_SPARC32_H */ 37 #endif /* DYNCALLBACK_ARGS_SPARC32_H */
38 38