Skip to content

Commit daa6f7c

Browse files
authored
[SYSINFO] Fixed a missing initialization (#3431)
1 parent a758d17 commit daa6f7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ int unittest(int argc, const char** argv)
350350

351351
box64_pagesize = 4096;
352352
LoadEnvVariables();
353+
InitializeSystemInfo();
353354
ftrace = stdout;
354355
if (!BOX64ENV(nobanner)) PrintBox64Version(1);
355356

0 commit comments

Comments
 (0)