aboutsummaryrefslogtreecommitdiff
path: root/common/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/debug.c')
-rw-r--r--common/debug.c2
1 files changed, 1 insertions, 1 deletions
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);