|
Small gcc4 fix in xc_ptrace.: msg#00462emulators.xen.cvs
ChangeSet 1.1401, 2005/03/31 08:40:14+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx Small gcc4 fix in xc_ptrace. Signed-off-by: Jerone Young <jyoung5@xxxxxxxxxx> xc_ptrace.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/tools/libxc/xc_ptrace.c b/tools/libxc/xc_ptrace.c --- a/tools/libxc/xc_ptrace.c 2005-03-31 03:03:35 -05:00 +++ b/tools/libxc/xc_ptrace.c 2005-03-31 03:03:35 -05:00 @@ -238,7 +238,7 @@ xc_domaininfo_t info; struct gdb_regs pt; long retval = 0; - long *guest_va; + unsigned long *guest_va; op.interface_version = DOM0_INTERFACE_VERSION; |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Updated mailing lists details in documentation.: 00462, BitKeeper Bot |
|---|---|
| Next by Date: | Remove unused extern decl. of page_scrub_lock.: 00462, BitKeeper Bot |
| Previous by Thread: | Split mmu_update() hypercall into mmu_update() and mmuext_op().i: 00462, BitKeeper Bot |
| Next by Thread: | Remove unused extern decl. of page_scrub_lock.: 00462, BitKeeper Bot |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |