Core: Add volatile to inline assembly blocks
This patch introduces the consistent usage of the keyword
volatile to mark inline assembly blocks in order to avoid
potential issues with aggressive optimisation modes that
could remove them.
Change-Id: I304286658b87ec41e738760479ef067895a63464
Signed-off-by:
Antonio de Angelis <antonio.deangelis@arm.com>
Loading
Please register or sign in to comment