2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

runtime: fix EXCEPTION_ID_LOOKUP

This commit is contained in:
Sebastien Bourdeauducq 2022-03-26 20:09:11 +08:00
parent 866a83796a
commit 723f41c78b

View File

@ -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),