forked from M-Labs/artiq-zynq
add comment about EXCEPTION_ID_LOOKUP sync
This commit is contained in:
parent
f38117774f
commit
b56b50b147
|
@ -405,6 +405,7 @@ extern fn stop_fn(_version: c_int,
|
|||
}
|
||||
}
|
||||
|
||||
// Must be kept in sync with preallocate_runtime_exception_names() in artiq/language/embedding_map.py
|
||||
static EXCEPTION_ID_LOOKUP: [(&str, u32); 10] = [
|
||||
("RuntimeError", 0),
|
||||
("RTIOUnderflow", 1),
|
||||
|
|
Loading…
Reference in New Issue