Comment formatting.

master
James Peroulas 2017-02-27 16:59:42 +00:00
rodzic ee13d46aae
commit 20b9cceaba
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -209,8 +209,8 @@ struct DMAregs {
// Virtual and bus addresses of a page of physical memory. // Virtual and bus addresses of a page of physical memory.
struct PageInfo { struct PageInfo {
void* b; // bus address void* b; // bus address
void* v; // virtual address void* v; // virtual address
}; };
// Must be global so that exit handlers can access this. // Must be global so that exit handlers can access this.