commit | f05938090b966e58739d98fe6c755b72234d34ba | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Wed Jan 08 12:24:38 2020 +0000 |
committer | Alex Bennée <alex.bennee@linaro.org> | Thu Jan 09 11:41:29 2020 +0000 |
tree | dac7f212df59425a0f2ac9f7db49e86d38189142 | |
parent | 9c354591cae35d91e97244469904ab4483482d34 [diff] |
tests/tcg: extract __semi_call into a header and expand There are two types of ARM semicall - lets test them both. Putting the logic in a header will make re-using the functions easier later. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>