This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
DragonOS-Community
/
DragonStub
zrkadlo
https://github.com/DragonOS-Community/DragonStub.git
Pridať medzi pozorované
4
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Branch:
master
Branche
Tagy
master
DragonStub
/
lib
/
arm
/
edk2asm.h
edk2asm.h
91 B
Permanentný odkaz
História
Raw
1
2
3
4
5
6
#define ASM_PFX(x) x
#define GCC_ASM_EXPORT(x) \
.globl x ; \
.type x, %function