updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / qemu-6828 / info-mem
blob9469797c41bd1e877d8423b0eaf7dbad2a460530
1 # HG changeset patch
2 # Parent 4a8ebab4db51ea6b64c53788092f9565f0d4236a
4 diff -r 4a8ebab4db51 monitor.c
5 --- a/monitor.c Fri Aug 27 03:15:33 2010 -0400
6 +++ b/monitor.c Fri Aug 27 03:40:24 2010 -0400
7 @@ -1840,6 +1840,7 @@
8              mem_print(mon, &start, &last_prot, end, prot);
9          }
10      }
11 +    mem_print(mon, &start, &last_prot, 1024 << 22, 0);
12  }
13  #endif