-
- Downloads
DONT_TRANSLATE more inline asm functions.
The c-parser can now parse these functions, but it does it by discarding the inline ASM block, creating a misleading and likely malformed function body. It is better to not translate these with a DONT_TRANSLATE comment. This change has been made for the current verification platform only, and should probably be extended to any other verification targets as necessary.
Showing
- include/arch/arm/arch/machine.h 21 additions, 0 deletionsinclude/arch/arm/arch/machine.h
- include/arch/arm/armv/armv6/armv/fastpath.h 3 additions, 0 deletionsinclude/arch/arm/armv/armv6/armv/fastpath.h
- include/arch/arm/armv/armv6/armv/machine.h 3 additions, 0 deletionsinclude/arch/arm/armv/armv6/armv/machine.h
- src/arch/arm/armv/armv6/cache.c 2 additions, 0 deletionssrc/arch/arm/armv/armv6/cache.c
- src/arch/arm/fastpath/fastpath.c 1 addition, 0 deletionssrc/arch/arm/fastpath/fastpath.c
Please register or sign in to comment