mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
jim: fix crash when using Jim_ListInsertElements
Jim_ListInsertElements was simply forgotten from the fn that registered all the APIs. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -9296,6 +9296,7 @@ void JimRegisterCoreApi(Jim_Interp *interp)
|
||||
JIM_REGISTER_API(CollectIfNeeded);
|
||||
JIM_REGISTER_API(GetIndex);
|
||||
JIM_REGISTER_API(NewListObj);
|
||||
JIM_REGISTER_API(ListInsertElements);
|
||||
JIM_REGISTER_API(ListAppendElement);
|
||||
JIM_REGISTER_API(ListAppendList);
|
||||
JIM_REGISTER_API(ListLength);
|
||||
|
||||
Reference in New Issue
Block a user