comparison dyncallback/dyncall_args_sparc64.h @ 191:2f7a7f3472cb

- first draft at sparc64 callbacks (floats not working, yet)
author Tassilo Philipp
date Fri, 17 Mar 2017 03:27:36 +0100
parents 1ce60358fbad
children 95cf20c0d1de
comparison
equal deleted inserted replaced
190:06ee88ce4962 191:2f7a7f3472cb
4 Library: dyncallback 4 Library: dyncallback
5 File: dyncallback/dyncall_args_sparc64.h 5 File: dyncallback/dyncall_args_sparc64.h
6 Description: Callback's Arguments VM - Header for sparc64 - not yet 6 Description: Callback's Arguments VM - Header for sparc64 - not yet
7 License: 7 License:
8 8
9 Copyright (c) 2007-2015 Daniel Adler <dadler@uni-goettingen.de>, 9 Copyright (c) 2007-2017 Daniel Adler <dadler@uni-goettingen.de>,
10 Tassilo Philipp <tphilipp@potion-studios.com> 10 Tassilo Philipp <tphilipp@potion-studios.com>
11 11
12 Permission to use, copy, modify, and distribute this software for any 12 Permission to use, copy, modify, and distribute this software for any
13 purpose with or without fee is hereby granted, provided that the above 13 purpose with or without fee is hereby granted, provided that the above
14 copyright notice and this permission notice appear in all copies. 14 copyright notice and this permission notice appear in all copies.
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 long long *arg_ptr;
35 }; 35 };
36 36
37 #endif /* DYNCALLBACK_ARGS_SPARC64_H */ 37 #endif /* DYNCALLBACK_ARGS_SPARC64_H */
38 38