Skip to content

Commit 9f077dc

Browse files
fix(system/physmem): rogue line added by linus Gittard
1 parent 00fd3b8 commit 9f077dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

system/physmem.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,6 @@ void cpu_destroy_address_spaces(CPUState *cpu)
794794
int asidx;
795795

796796
assert(cpu->cpu_ases);
797-
assert(asidx >= 0 && asidx < cpu->num_ases);
798797

799798
/* convenience alias just points to some cpu_ases[n] */
800799
cpu->as = NULL;

0 commit comments

Comments
 (0)