From c6ef9b117c43ba83671ff5ca231fa238cd67cd03 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 26 Mar 2022 20:08:11 +0800 Subject: [PATCH] fix previous commit --- src/runtime/src/eh_artiq.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/src/eh_artiq.rs b/src/runtime/src/eh_artiq.rs index ba59a04..4cd3ba4 100644 --- a/src/runtime/src/eh_artiq.rs +++ b/src/runtime/src/eh_artiq.rs @@ -406,7 +406,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] = [ +static EXCEPTION_ID_LOOKUP: [(&str, u32); 11] = [ ("RuntimeError", 0), ("RTIOUnderflow", 1), ("RTIOOverflow", 2),