comparison dyncallback/dyncall_thunk.h @ 101:1ce60358fbad

- mips related cleanup, mostly comments, cpp macro lib - sparc comment fix - mips o32 update in manual
author cslag
date Tue, 07 Jun 2016 07:34:37 +0200
parents 3e629dc19168
children c5cb02203df4
comparison
equal deleted inserted replaced
100:dcb7157392f1 101:1ce60358fbad
45 ** x86: eax 45 ** x86: eax
46 ** x64: rax 46 ** x64: rax
47 ** ppc: r2 47 ** ppc: r2
48 ** arm: r12 48 ** arm: r12
49 ** arm64: x9 49 ** arm64: x9
50 ** mips: t4
50 ** 51 **
51 **/ 52 **/
52 53
53 #include "dyncall_macros.h" 54 #include "dyncall_macros.h"
54 55
86 } 87 }
87 #endif 88 #endif
88 89
89 90
90 #endif /* DYNCALL_THUNK_H */ 91 #endif /* DYNCALL_THUNK_H */
92