Skip to content

Commit

Permalink
Log shows wrong architecture with GIMX i386 on 64-bit Windows #383
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlo committed May 11, 2016
1 parent 54853a2 commit 3a79238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void print_os() {
}
printf("%s", version);
SYSTEM_INFO info;
GetSystemInfo(&info);
GetNativeSystemInfo(&info);
switch (info.wProcessorArchitecture) {
case PROCESSOR_ARCHITECTURE_AMD64:
printf(" x64");
Expand Down

0 comments on commit 3a79238

Please sign in to comment.