Misc: Zero fn_index[]

This commit is contained in:
Alec Murphy
2026-05-02 17:53:08 -04:00
parent 1a38c95dc3
commit 918e591d86
+1 -1
View File
@@ -4,7 +4,7 @@ class FunctionIndex {
U64 addr;
U64 prologue;
} fn_index[FN_MAXNUM];
MemSet(fn_index, 0, sizeof(FunctionIndex));
MemSet(fn_index, 0, sizeof(FunctionIndex) * FN_MAXNUM);
I64 fn_restore(U32 from)
{