aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/gdbstub.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-12-23 09:38:07 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-12-23 09:38:07 +0000
commitc9deb7c4a3d3907179915cfa813cc8799e11668e (patch)
treee3278ace5a15209faa24041c31fa89221eb00fa1 /xen/common/gdbstub.c
parenta20cd2c5ceb2978b660199c8d58d130bc048a267 (diff)
downloadxen-c9deb7c4a3d3907179915cfa813cc8799e11668e.tar.gz
xen-c9deb7c4a3d3907179915cfa813cc8799e11668e.tar.bz2
xen-c9deb7c4a3d3907179915cfa813cc8799e11668e.zip
More 'const' cleanups (and fixes, for Solaris).
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/gdbstub.c')
-rw-r--r--xen/common/gdbstub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/gdbstub.c b/xen/common/gdbstub.c
index de3ba1f40f..8c863080e0 100644
--- a/xen/common/gdbstub.c
+++ b/xen/common/gdbstub.c
@@ -382,7 +382,7 @@ gdbstub_detach(struct gdb_context *ctx)
static int
process_command(struct cpu_user_regs *regs, struct gdb_context *ctx)
{
- char *ptr;
+ const char *ptr;
unsigned long addr, length;
int resume = 0;