mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
oops forgot to set enum type
This commit is contained in:
committed by
Ryan Fleury
parent
c397b1dfb1
commit
d7cdaa98b5
+1
-1
@@ -1262,7 +1262,7 @@ THREAD_POOL_TASK_FUNC(lnk_replace_weak_with_default_symbol_task)
|
|||||||
internal LNK_LinkContext
|
internal LNK_LinkContext
|
||||||
lnk_build_link_context(TP_Context *tp, TP_Arena *tp_arena, LNK_Config *config)
|
lnk_build_link_context(TP_Context *tp, TP_Arena *tp_arena, LNK_Config *config)
|
||||||
{
|
{
|
||||||
enum {
|
enum State {
|
||||||
State_Null,
|
State_Null,
|
||||||
State_InputDisallowLibs,
|
State_InputDisallowLibs,
|
||||||
State_InputImports,
|
State_InputImports,
|
||||||
|
|||||||
Reference in New Issue
Block a user