comparison dyncall/dyncall_callvm_arm64.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 f5577f6bf97a
children 451299d50c1a
comparison
equal deleted inserted replaced
365:1d03a3a4220d 366:ad5f9803f52f
4 Library: dyncall 4 Library: dyncall
5 File: dyncall/dyncall_callvm_arm64.c 5 File: dyncall/dyncall_callvm_arm64.c
6 Description: ARM 64-bit ABI implementation 6 Description: ARM 64-bit ABI implementation
7 License: 7 License:
8 8
9 Copyright (c) 2015-2018 Daniel Adler <dadler@uni-goettingen.de>, 9 Copyright (c) 2015-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.
24 */ 24 */
25 25
26 26
27 #include "dyncall_callvm_arm64.h" 27 #include "dyncall_callvm_arm64.h"
28 #include "dyncall_alloc.h" 28 #include "dyncall_alloc.h"
29
30
31 void dcCall_arm64(DCpointer target, DCpointer data, DCsize size, DCpointer regdata);
29 32
30 33
31 static void reset(DCCallVM* in_p) 34 static void reset(DCCallVM* in_p)
32 { 35 {
33 DCCallVM_arm64* p = (DCCallVM_arm64*)in_p; 36 DCCallVM_arm64* p = (DCCallVM_arm64*)in_p;