-
- Downloads
py: Allow inline-assembler emitter to be generic.
This patch refactors some code so that it is easier to integrate new inline assemblers for different architectures other than ARM Thumb.
Showing
- py/asmbase.c 2 additions, 2 deletionspy/asmbase.c
- py/compile.c 30 additions, 24 deletionspy/compile.c
- py/compile.h 1 addition, 1 deletionpy/compile.h
- py/emitglue.c 2 additions, 2 deletionspy/emitglue.c
- py/mpconfig.h 3 additions, 0 deletionspy/mpconfig.h
- py/nativeglue.c 1 addition, 1 deletionpy/nativeglue.c
- py/objfun.c 2 additions, 2 deletionspy/objfun.c
Loading
Please register or sign in to comment