Skip to content

Commit aa4b216

Browse files
authored
Merge pull request #225 from fbarchard/break
cachebreak
2 parents 9484a6c + 3990771 commit aa4b216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/x86/cache/descriptor.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ void cpuinfo_x86_decode_cache_descriptor(
240240
.line_size = 64,
241241
.flags = CPUINFO_CACHE_INCLUSIVE,
242242
};
243+
break;
243244
case 0x21:
244245
/*
245246
* Intel ISA Reference:

0 commit comments

Comments
 (0)