/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/arch/x86_64/include/bits/compiler.h
23 строки
482 B
Michael Brown
[build] Remove redundant regparm function attribute for x86_64
01 май 2026, 16:17
01 май 2026, 16:17
c18d0a2
Код
Авторство
О чём код?
#ifndef _BITS_COMPILER_H #define _BITS_COMPILER_H FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); FILE_SECBOOT ( PERMITTED ); /** Dummy relocation type */ #define RELOC_TYPE_NONE R_X86_64_NONE #ifndef ASSEMBLY /** Unprefixed constant operand modifier */ #define ASM_NO_PREFIX "c" /** Declare a function with standard calling conventions */ #define __asmcall /** Declare a function with libgcc implicit linkage */ #define __libgcc #endif /* ASSEMBLY */ #endif /* _BITS_COMPILER_H */