mirror of
https://git.checksum.fail/alec/saphir.git
synced 2026-06-16 02:49:38 +03:00
Misc: Zero fn_index[]
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ class FunctionIndex {
|
|||||||
U64 addr;
|
U64 addr;
|
||||||
U64 prologue;
|
U64 prologue;
|
||||||
} fn_index[FN_MAXNUM];
|
} fn_index[FN_MAXNUM];
|
||||||
MemSet(fn_index, 0, sizeof(FunctionIndex));
|
MemSet(fn_index, 0, sizeof(FunctionIndex) * FN_MAXNUM);
|
||||||
|
|
||||||
I64 fn_restore(U32 from)
|
I64 fn_restore(U32 from)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user