comparison dyncall/dyncall_call_mips_n32_gas.s @ 131:21537652361e

- fixed mips64 n32 build (not sure if working, though) - cosmetics, comments cleanups
author cslag
date Thu, 07 Jul 2016 14:51:30 +0200
parents 6bd0974d257b
children
comparison
equal deleted inserted replaced
130:01a2aee8d30b 131:21537652361e
1 /* 1 /*
2 2
3 Package: dyncall 3 Package: dyncall
4 Library: dyncall 4 Library: dyncall
5 File: dyncall/dyncall_call_mips_n32_gas.s 5 File: dyncall/dyncall_call_mips_n32_gas.s
6 Description: mips "n32" abi call kernel implementation in GNU Assembler 6 Description: mips64 "n32" abi call kernel implementation in GNU Assembler
7 License: 7 License:
8 8
9 Copyright (c) 2007-2011 Daniel Adler <dadler@uni-goettingen.de>, 9 Copyright (c) 2007-2016 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.