annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
200
1301727600cc success build
anatofuz
parents:
diff changeset
1 #include "../../context.h"
1301727600cc success build
anatofuz
parents:
diff changeset
2 #interface "vm_impl.h"
1301727600cc success build
anatofuz
parents:
diff changeset
3 #define __ncode
1301727600cc success build
anatofuz
parents:
diff changeset
4
1301727600cc success build
anatofuz
parents:
diff changeset
5 __ncode loaduvm_ptesize_checkvm_impl(struct vm_impl* vm, enum Code next) {
1301727600cc success build
anatofuz
parents:
diff changeset
6
1301727600cc success build
anatofuz
parents:
diff changeset
7 // goto meta();
1301727600cc success build
anatofuz
parents:
diff changeset
8 }
1301727600cc success build
anatofuz
parents:
diff changeset
9
1301727600cc success build
anatofuz
parents:
diff changeset
10 __ncode loaduvm_loopvm_impl(struct vm_impl* vm, uint* i, pte_t* pte, uint sz, enum Code next) {
1301727600cc success build
anatofuz
parents:
diff changeset
11
1301727600cc success build
anatofuz
parents:
diff changeset
12 // goto meta();
1301727600cc success build
anatofuz
parents:
diff changeset
13 }
1301727600cc success build
anatofuz
parents:
diff changeset
14