History log of /seL4-camkes-master/projects/camkes-tool/libsel4camkes/src/sel4_arch/aarch64/unknown_syscall_fault.c
Revision Date Author Comments
# d5e2846f 20-Jul-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Fix compiler warnings

- Remove unused variables
- Conditionally define functions that are conditionally used
- Add default cases to non-exhaustive switch statements
- Correct printf modifiers
- Correct type mismatches
- Initialize variables to prevent uninitialized usages
- Insert missing return statements


# 19c9d5df 16-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: style fix

make the style checker happy


# 5d195569 04-Nov-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libsel4camkes: Add aarch64 support

- __NR_pause isn't a valid syscall on aarch64, so we don't add it to the
syscall table
- We modify the entrypoint assembly from aarch32 to work on aarch64.