mirror of https://github.com/m-labs/artiq.git
runtime: fix EXCEPTION_ID_LOOKUP
This commit is contained in:
parent
866a83796a
commit
723f41c78b
|
@ -333,7 +333,7 @@ extern fn stop_fn(_version: c_int,
|
|||
}
|
||||
}
|
||||
|
||||
static EXCEPTION_ID_LOOKUP: [(&str, u32); 10] = [
|
||||
static EXCEPTION_ID_LOOKUP: [(&str, u32); 11] = [
|
||||
("RuntimeError", 0),
|
||||
("RTIOUnderflow", 1),
|
||||
("RTIOOverflow", 2),
|
||||
|
|
Loading…
Reference in New Issue