From 20b9cceaba7dd2920911ef2f821ef2a505e07646 Mon Sep 17 00:00:00 2001 From: James Peroulas Date: Mon, 27 Feb 2017 16:59:42 +0000 Subject: [PATCH] Comment formatting. --- wspr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wspr.cpp b/wspr.cpp index 600248a..647af3d 100644 --- a/wspr.cpp +++ b/wspr.cpp @@ -209,8 +209,8 @@ struct DMAregs { // Virtual and bus addresses of a page of physical memory. struct PageInfo { - void* b; // bus address - void* v; // virtual address + void* b; // bus address + void* v; // virtual address }; // Must be global so that exit handlers can access this.