mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
minor fix for UBA detour
This commit is contained in:
@@ -550,6 +550,7 @@ lnk_make_code_view_input(TP_Context *tp, TP_Arena *tp_arena, LNK_IO_Flags io_fla
|
|||||||
|
|
||||||
// push null
|
// push null
|
||||||
CV_TypeServerInfoNode *null_ts_info = push_array(scratch.arena, CV_TypeServerInfoNode, 1);
|
CV_TypeServerInfoNode *null_ts_info = push_array(scratch.arena, CV_TypeServerInfoNode, 1);
|
||||||
|
null_ts_info->data.name = str8_lit("\0");
|
||||||
SLLQueuePush(ts_info_list.first, ts_info_list.last, null_ts_info);
|
SLLQueuePush(ts_info_list.first, ts_info_list.last, null_ts_info);
|
||||||
++ts_info_list.count;
|
++ts_info_list.count;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user