comparison dyncallback/dyncall_thunk_mips.h @ 97:d0787f3b81fb

- internal linkage for some helper functions - corrected and added some comments for clarification
author cslag
date Sat, 04 Jun 2016 19:35:58 +0200
parents 3e629dc19168
children 1ce60358fbad
comparison
equal deleted inserted replaced
96:95f67e67feb0 97:d0787f3b81fb
32 unsigned short data[6]; 32 unsigned short data[6];
33 unsigned int jump; 33 unsigned int jump;
34 unsigned short bddt[2]; 34 unsigned short bddt[2];
35 }; 35 };
36 36
37 #define DCTHUNK_MIPS_SIZE 20
38
37 #endif /* DYNCALL_THUNK_MIPS_H */ 39 #endif /* DYNCALL_THUNK_MIPS_H */
38 40