aboutsummaryrefslogtreecommitdiff
path: root/dostsr.c
diff options
context:
space:
mode:
Diffstat (limited to 'dostsr.c')
-rw-r--r--dostsr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dostsr.c b/dostsr.c
index aab2855..57ec089 100644
--- a/dostsr.c
+++ b/dostsr.c
@@ -366,7 +366,7 @@ static void load_cursor(void)
dlog_puts("Loading cursor to VBox");
- vbox_send_request(data.vb.iobase, data.vb.buf_physaddr);
+ vbox_send_request(data.vb.iobase, data.vb.dds.physicalAddress);
if (req->header.rc != 0) {
dlog_puts("Could not send cursor to VirtualBox");