diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-09 13:13:27 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-09 13:13:27 -0500 |
commit | 282c355b174755ae53e2feeaf624c418ea009dc6 (patch) | |
tree | a63ec276e67b033ffd9b636eeda262e02b67307f /xen-all.c | |
parent | da5391edd18a1d75d4ca13f2dffe70e02f851110 (diff) | |
parent | 56c119e52ca229869912b22a5bec283487b0cf9b (diff) |
Merge remote-tracking branch 'sstabellini/xen-next' into staging
Diffstat (limited to 'xen-all.c')
-rw-r--r-- | xen-all.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -620,7 +620,7 @@ static void cpu_ioreq_move(ioreq_t *req) } } } else { - target_ulong tmp; + uint64_t tmp; if (req->dir == IOREQ_READ) { for (i = 0; i < req->count; i++) { |