Fix x86_32 build: Don't build functions using uint128_t data type on x86_32 (#1854)

This commit is contained in:
RobertBuhren 2024-02-13 12:49:52 +01:00 committed by GitHub
parent dede78159c
commit af97033d85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;