From d99be9e2912e0726ab779053b43a89e3b9e21490 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 21:14:29 +0300 Subject: rename vm_branch to vmem + Closer to what it's for rather than what it is. --- common/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/debug.c') diff --git a/common/debug.c b/common/debug.c index 43c9ae5..a008a52 100644 --- a/common/debug.c +++ b/common/debug.c @@ -23,7 +23,7 @@ void setup_dmap_dbg() setup_dbg(dbg_info.dbg_ptr, dbg_info.dev); } -void setup_io_dbg(struct vm_branch *b) +void setup_io_dbg(struct vmem *b) { vm_t io_ptr = setup_kernel_io(b, dbg_info.dbg_ptr); setup_dbg(io_ptr, dbg_info.dev); -- cgit v1.3