diff dyncall/dyncall_callvm_mips_n64.c @ 366:ad5f9803f52f

- removal of some unnecessary headers that only contained internally used forward declarations, so no need to have them
author Tassilo Philipp
date Wed, 15 Apr 2020 14:57:23 +0200
parents b104c5beec8b
children e2899b4ff713
line wrap: on
line diff
--- a/dyncall/dyncall_callvm_mips_n64.c	Tue Apr 14 19:58:31 2020 +0200
+++ b/dyncall/dyncall_callvm_mips_n64.c	Wed Apr 15 14:57:23 2020 +0200
@@ -6,7 +6,7 @@
  Description: mips "n64" ABI callvm implementation
  License:
 
-   Copyright (c) 2007-2018 Daniel Adler <dadler@uni-goettingen.de>,
+   Copyright (c) 2007-2020 Daniel Adler <dadler@uni-goettingen.de>,
                            Tassilo Philipp <tphilipp@potion-studios.com>
 
    Permission to use, copy, modify, and distribute this software for any
@@ -53,6 +53,10 @@
 #include "dyncall_alloc.h"
 #include "dyncall_utils.h"
 
+
+void dcCall_mips_n64(DCpointer target, DCRegData_mips_n64* regdata, DCsize stksize, DCpointer stkdata);
+
+
 static void dc_callvm_reset_mips_n64(DCCallVM* in_self)
 {
   DCCallVM_mips_n64* self = (DCCallVM_mips_n64*)in_self;