summaryrefslogtreecommitdiffstats
path: root/hw/tcx.c
diff options
context:
space:
mode:
authorblueswir12007-06-25 21:56:13 +0200
committerblueswir12007-06-25 21:56:13 +0200
commitb3ceef24f4fee8d5ed96b8c4a5d3e80c0a651f0b (patch)
treef52bd1a5b6e5e5bf0c04e4efaba1a9d8be219f90 /hw/tcx.c
parent Drop unused parameters (diff)
downloadqemu-b3ceef24f4fee8d5ed96b8c4a5d3e80c0a651f0b.tar.gz
qemu-b3ceef24f4fee8d5ed96b8c4a5d3e80c0a651f0b.tar.xz
qemu-b3ceef24f4fee8d5ed96b8c4a5d3e80c0a651f0b.zip
Rename variables and rearrange code to please gcc -Wshadow checks
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3023 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/tcx.c')
-rw-r--r--hw/tcx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tcx.c b/hw/tcx.c
index 675c74d9fe..10ae987fc2 100644
--- a/hw/tcx.c
+++ b/hw/tcx.c
@@ -180,7 +180,7 @@ static void tcx_update_display(void *opaque)
ram_addr_t page, page_min, page_max;
int y, y_start, dd, ds;
uint8_t *d, *s;
- void (*f)(TCXState *s1, uint8_t *d, const uint8_t *s, int width);
+ void (*f)(TCXState *s1, uint8_t *dst, const uint8_t *src, int width);
if (ts->ds->depth == 0)
return;