diff options
Diffstat (limited to 'common/main.c')
| -rw-r--r-- | common/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c index 7168aeb..b2928be 100644 --- a/common/main.c +++ b/common/main.c @@ -18,7 +18,7 @@ void __main main(void *fdt) setup_arch(fdt); init_pmem(fdt); - struct vm_branch *b = init_vmem(fdt); + struct vmem *b = init_vmem(fdt); /* start up debugging in kernel IO */ setup_io_dbg(b); |
