forked from M-Labs/nac3
1
0
Fork 0
nac3/nac3core
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
..
irrt core/irrt/exceptions: allow irrt to raise exceptions 2024-08-24 15:29:04 +08:00
src core/irrt/exceptions: allow irrt to raise exceptions 2024-08-24 15:29:04 +08:00
Cargo.toml [meta] Do not specify rev in dependency version 2024-08-21 15:36:54 +08:00
build.rs core/irrt: build.rs capture IR defined constants 2024-08-24 15:29:04 +08:00