Fix x86_32 build: Don't build functions using uint128_t data type on x86_32 (#1854)
This commit is contained in:
parent
dede78159c
commit
af97033d85
@ -56,7 +56,7 @@ void __cmplog_ins_hook8(uint64_t arg1, uint64_t arg2) {
|
||||
(void)arg2;
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
#if !defined(_WIN32) && defined(__SIZEOF_INT128__)
|
||||
void __cmplog_ins_hook16_extended(uint128_t arg1, uint128_t arg2,
|
||||
uint8_t attr) {
|
||||
(void)attr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user