comparison dyncallback/dyncall_thunk_x64.h @ 155:bbefb8b8e74c

- sparc32 thunk code - replaced some c++ comments with old c ones - whitespace cosmetics
author cslag
date Thu, 24 Nov 2016 23:47:31 +0000
parents 3e629dc19168
children f5577f6bf97a
comparison
equal deleted inserted replaced
154:3729a99ef03c 155:bbefb8b8e74c
31 { 31 {
32 unsigned long long code[2]; 32 unsigned long long code[2];
33 void (*entry)(); 33 void (*entry)();
34 }; 34 };
35 35
36 #define DCTHUNK_X64_SIZE 24 36 #define DCTHUNK_X64_SIZE 24
37 37
38 38
39 #endif /* DYNCALL_THUNK_X64_H */ 39 #endif /* DYNCALL_THUNK_X64_H */
40 40