This website works better with JavaScript
Главная
Обзор
Помощь
Вход
DragonOS-Community
/
DragonStub
зеркало из
https://github.com/DragonOS-Community/DragonStub.git
Следить
4
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
8515606674
Ветки
Метки
master
DragonStub
/
lib
/
arm
/
edk2asm.h
edk2asm.h
91 B
История
Исходник
1
2
3
4
5
6
#define ASM_PFX(x) x
#define GCC_ASM_EXPORT(x) \
.globl x ; \
.type x, %function