History log of /seL4-test-master/projects/sel4test/apps/sel4test-tests/src/tests/regressions.S
Revision Date Author Comments
# 84badd63 18-Dec-2019 Matthew <matt.phillips121@gmail.com>

Remove leftover C syntax in ASM file

A bracket was missed when moving the inline assembly to its
own file. This caused syntax errors. Delete the bracket.


# 8dab1c52 11-Dec-2019 Matthew <matt.phillips121@gmail.com>

Move the inline assembly into its own file

Clang was having trouble handling some of the assembly instructions when
they were declared in the C file