]> git.proxmox.com Git - mirror_qemu.git/commitdiff
memory: Update obsolete comment about AddrRange field type
authorFam Zheng <famz@redhat.com>
Mon, 11 Aug 2014 02:18:31 +0000 (10:18 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 15 Aug 2014 14:54:06 +0000 (18:54 +0400)
We are not 64 bit any more since

08dafab4 memory: use 128-bit integers for sizes and intermediates

but the comment is forgotten to be updated.

Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
memory.c

index 64d7176193d829d9289c466bf4bd82b560b0c40a..dbe66755896ccd7ef3e43b627ffc043baa4e2dd3 100644 (file)
--- a/memory.c
+++ b/memory.c
@@ -56,8 +56,7 @@ static void memory_init(void)
 typedef struct AddrRange AddrRange;
 
 /*
- * Note using signed integers limits us to physical addresses at most
- * 63 bits wide.  They are needed for negative offsetting in aliases
+ * Note that signed integers are needed for negative offsetting in aliases
  * (large MemoryRegion::alias_offset).
  */
 struct AddrRange {