Mercurial > hg > Members > menikon > CbC_xv6
comparison src/impl/vm_impl_private.cbc @ 201:b73c5bd61c37
merge
author | menikon <e165723@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 23 Jan 2020 01:55:03 +0900 |
parents | 1301727600cc |
children | 9fb193a2c352 |
comparison
equal
deleted
inserted
replaced
199:34fae66beb7e | 201:b73c5bd61c37 |
---|---|
1 #include "../../context.h" | |
2 #interface "vm_impl.h" | |
3 #define __ncode | |
4 | |
5 __ncode loaduvm_ptesize_checkvm_impl(struct vm_impl* vm, enum Code next) { | |
6 | |
7 // goto meta(); | |
8 } | |
9 | |
10 __ncode loaduvm_loopvm_impl(struct vm_impl* vm, uint* i, pte_t* pte, uint sz, enum Code next) { | |
11 | |
12 // goto meta(); | |
13 } | |
14 |