aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/include/ccomp_k1c_fixes.h
blob: 679ab1acb8c55c5d454835a7b913f1ddee68e0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __CCOMP_KIC_FIXES_H
#define __CCOMP_KIC_FIXES_H

#undef __GNUC__
#define __thread

struct __int128_ccomp { long __int128_ccomp_low; long __int128_ccomp_high; };

#define __int128 struct __int128_ccomp

#endif