| Submitter | Stefano Stabellini |
|---|---|
| Date | July 28, 2011, 1:29 p.m. |
| Message ID | <1311859775-19960-3-git-send-email-stefano.stabellini@eu.citrix.com> |
| Download | mbox | patch |
| Permalink | /patch/107250/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/xen-all.c b/xen-all.c index 9eaeac1..3611e19 100644 --- a/xen-all.c +++ b/xen-all.c @@ -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++) {