comparison dyncall/dyncall_callvm_mips_o32.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 6ffb6a00cf55
children e2899b4ff713
comparison
equal deleted inserted replaced
365:1d03a3a4220d 366:ad5f9803f52f
4 Library: dyncall 4 Library: dyncall
5 File: dyncall/dyncall_callvm_mips_o32.c 5 File: dyncall/dyncall_callvm_mips_o32.c
6 Description: mips "o32" ABI callvm implementation 6 Description: mips "o32" ABI callvm implementation
7 License: 7 License:
8 8
9 Copyright (c) 2007-2018 Daniel Adler <dadler@uni-goettingen.de>, 9 Copyright (c) 2007-2020 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.
49 49
50 50
51 #include "dyncall_callvm_mips_o32.h" 51 #include "dyncall_callvm_mips_o32.h"
52 #include "dyncall_alloc.h" 52 #include "dyncall_alloc.h"
53 #include "dyncall_utils.h" 53 #include "dyncall_utils.h"
54
55
56 void dcCall_mips_o32(DCpointer target, DCRegData_mips_o32* regdata, DCsize stksize, DCpointer stkdata);
54 57
55 58
56 static void dc_callvm_reset_mips_o32(DCCallVM* in_self) 59 static void dc_callvm_reset_mips_o32(DCCallVM* in_self)
57 { 60 {
58 DCCallVM_mips_o32* self = (DCCallVM_mips_o32*)in_self; 61 DCCallVM_mips_o32* self = (DCCallVM_mips_o32*)in_self;