view 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
line wrap: on
line source

#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();
}