diff 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
line wrap: on
line diff
--- a/dyncallback/dyncall_args_sparc64.h	Tue Mar 14 00:07:31 2017 +0100
+++ b/dyncallback/dyncall_args_sparc64.h	Fri Mar 17 03:27:36 2017 +0100
@@ -6,7 +6,7 @@
  Description: Callback's Arguments VM - Header for sparc64 - not yet
  License:
 
-   Copyright (c) 2007-2015 Daniel Adler <dadler@uni-goettingen.de>,
+   Copyright (c) 2007-2017 Daniel Adler <dadler@uni-goettingen.de>,
                            Tassilo Philipp <tphilipp@potion-studios.com>
 
    Permission to use, copy, modify, and distribute this software for any
@@ -31,7 +31,7 @@
 
 struct DCArgs
 {
-  int dummy;
+  long long *arg_ptr;
 };
 
 #endif /* DYNCALLBACK_ARGS_SPARC64_H */