forked from M-Labs/nac3
1
0
Fork 0
nac3/nac3artiq/src
lyken cd69fa07a5
core/irrt/exceptions: allow irrt to raise exceptions
Achieved through defining all the needed Exception ID constants at link
time.

Secondly, since `Exception` is `size_t` dependent, `__nac3_raise()`
takes an opaque pointer to `Exception`, unless IRRT is compiled into
32-bit and 64-bit separately with a defined `size_t` type.
2024-08-24 15:29:04 +08:00
..
codegen.rs apply clippy comment changes 2024-08-21 11:21:10 +08:00
kernel.ld nac3artiq: add stack guard 2021-11-12 20:03:52 +08:00
lib.rs core/irrt/exceptions: allow irrt to raise exceptions 2024-08-24 15:29:04 +08:00
symbol_resolver.rs [artiq] symbol_resolver: Set private linkage for constants 2024-08-19 14:41:43 +08:00
timeline.rs apply cargo fmt 2024-06-12 14:45:03 +08:00