/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/arch/arm32/include/bits/compiler.h
19 строк
334 B
Michael Brown
[build] Allow for per-architecture unprefixed constant operand modifier
06 фев 2023, 02:55
06 фев 2023, 02:55
c690179
Код
Авторство
О чём код?
#ifndef _BITS_COMPILER_H #define _BITS_COMPILER_H FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); /** Dummy relocation type */ #define RELOC_TYPE_NONE R_ARM_NONE #ifndef ASSEMBLY /** Unprefixed constant operand modifier */ #define ASM_NO_PREFIX "c" #define __asmcall #define __libgcc #endif /* ASSEMBLY */ #endif /*_BITS_COMPILER_H */