commit | c53f2040506913b29eff777ae8f04cadd2a18e8c | [log] [tgz] |
---|---|---|
author | Raef Coles <raef.coles@arm.com> | Mon Sep 07 10:55:41 2020 +0100 |
committer | Raef Coles <raef.coles@arm.com> | Mon Oct 05 13:06:30 2020 +0100 |
tree | a16d849390ca4c7a4f7c2b843c1e39184cf611bb | |
parent | d6612f47c1a7d79d6b8c41dc5e50c0554f9be111 [diff] |
Alter asm to __asm to comply with C99 C99 spec does now allow asm as a keyword, so compilers instead use __asm. This allows the tests to be build by external projects that specify --std=C99 Signed-off-by: Raef Coles <raef.coles@arm.com>