This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
DragonOS-Community
/
DragonStub
kopia lustrzana
https://github.com/DragonOS-Community/DragonStub.git
Obserwuj
4
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
8515606674
Gałęzie
Tagi
master
DragonStub
/
lib
/
arm
/
edk2asm.h
edk2asm.h
91 B
Historia
Czysty
1
2
3
4
5
6
#define ASM_PFX(x) x
#define GCC_ASM_EXPORT(x) \
.globl x ; \
.type x, %function