Mercurial > hg > Members > menikon > CbC_xv6
changeset 305:00ae47e57834
remove_space...
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 05 Feb 2020 14:13:52 +0900 |
parents | 9fa2e66bc9ed |
children | 75dda11aaa73 |
files | src/impl/vm_impl.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/impl/vm_impl.h Wed Feb 05 14:11:58 2020 +0900 +++ b/src/impl/vm_impl.h Wed Feb 05 14:13:52 2020 +0900 @@ -23,5 +23,5 @@ __code uva2ka_check_pte_ap(Type* vm, pde_t* pgdir, char* uva, pte_t* pte, __code next(int ret, ...)); __code paging_intvmvm_impl(Type* vm_impl, uint phy_low, uint phy_hi, __code next(...)); __code copyout_loop_check_pa0(Type* vm_impl, pde_t* pgdir, uint va, void* pp, uint len, uint va0, char* pa0, uint n, __code next(int ret, ...)); - __code next(...); + __code next(...); } vm_impl;