summaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/slam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/slam.c b/src/proto/slam.c
index c55bf3073..171b6d243 100644
--- a/src/proto/slam.c
+++ b/src/proto/slam.c
@@ -314,7 +314,7 @@ static unsigned char *reinit_slam_state(
return 0;
}
bitmap_len = (state.total_packets + 1 + 7)/8;
- state.image = phys_to_virt ( state.buffer->start );
+ state.image = phys_to_virt ( state.buffer->addr );
/* We don't use the buffer routines properly yet; fake it */
state.buffer->fill = total_bytes;
state.bitmap = state.image + total_bytes;