Mercurial > hg > CbC > CbC_xv6
diff src/impl/vm_impl_private.cbc @ 193:1301727600cc
success build
author | anatofuz |
---|---|
date | Wed, 22 Jan 2020 21:56:18 +0900 |
parents | |
children | 9fb193a2c352 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/impl/vm_impl_private.cbc Wed Jan 22 21:56:18 2020 +0900 @@ -0,0 +1,14 @@ +#include "../../context.h" +#interface "vm_impl.h" +#define __ncode + +__ncode loaduvm_ptesize_checkvm_impl(struct vm_impl* vm, enum Code next) { + + // goto meta(); +} + +__ncode loaduvm_loopvm_impl(struct vm_impl* vm, uint* i, pte_t* pte, uint sz, enum Code next) { + + // goto meta(); +} +