Skip to content

Commit

Permalink
Fix missing endif
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 authored Sep 23, 2024
1 parent c832e42 commit d4436c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arm/windows/init-by-logical-sys-info.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ static bool parse_relation_cache_info(
info->Cache.LineSize,
info->Cache.CacheSize,
info->Cache.Type);
#endif

struct cpuinfo_cache* current_cache = NULL;
switch (info->Cache.Level) {
Expand Down

0 comments on commit d4436c4

Please sign in to comment.