comparison dyncallback/dyncall_thunk_mips.h @ 465:e2899b4ff713

- // -> /* */, mainly for consistency (but also for a few obscure compilers)
author Tassilo Philipp
date Wed, 02 Feb 2022 12:55:23 +0100
parents f5577f6bf97a
children
comparison
equal deleted inserted replaced
464:bd65767c0534 465:e2899b4ff713
29 29
30 struct DCThunk_ 30 struct DCThunk_
31 { 31 {
32 unsigned short data[6]; 32 unsigned short data[6];
33 unsigned int jump; 33 unsigned int jump;
34 unsigned short bddt[2]; // branch delay slots 34 unsigned short bddt[2]; /* branch delay slots */
35 }; 35 };
36 36
37 #define DCTHUNK_MIPS_SIZE 20 37 #define DCTHUNK_MIPS_SIZE 20
38 38
39 #endif /* DYNCALL_THUNK_MIPS_H */ 39 #endif /* DYNCALL_THUNK_MIPS_H */