diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-05 13:58:27 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-05 13:58:27 -0400 |
commit | b430a38ce5674b319ef9bf1c6e773c9eb33f1542 (patch) | |
tree | 1a464b08b0ac923b421b518ae6e8bc69fd3b772b /source/handlers.cpp | |
parent | 555749ef5dde558f745f0dc6d00a168d3b3e9d58 (diff) |
algorithm load fix
Diffstat (limited to 'source/handlers.cpp')
-rw-r--r-- | source/handlers.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/handlers.cpp b/source/handlers.cpp index 4b0e3eb..07f6ed3 100644 --- a/source/handlers.cpp +++ b/source/handlers.cpp @@ -7,6 +7,8 @@ extern "C" { +time_measurement_t conversion_time_measurement; + __attribute__((naked)) void port_syscall(struct port_extctx *ctxp, uint32_t n) { |