annotate src/impl/vm_impl_private.cbc @ 205:3cac4139b31d

send arg at vm_impl
author tobaru
date Thu, 23 Jan 2020 15:43:36 +0900
parents 9fb193a2c352
children 247aa9ee931c
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
203
9fb193a2c352 fix_vm_iml_private
anatofuz
parents: 200
diff changeset
4 __code loaduvm_ptesize_checkvm_impl(struct vm_impl* vm_impl) {
205
3cac4139b31d send arg at vm_impl
tobaru
parents: 203
diff changeset
5
3cac4139b31d send arg at vm_impl
tobaru
parents: 203
diff changeset
6
203
9fb193a2c352 fix_vm_iml_private
anatofuz
parents: 200
diff changeset
7 goto vm_impl->next();
200
1301727600cc success build
anatofuz
parents:
diff changeset
8 }
1301727600cc success build
anatofuz
parents:
diff changeset
9
203
9fb193a2c352 fix_vm_iml_private
anatofuz
parents: 200
diff changeset
10 __code loaduvm_loopvm_impl(struct vm_impl* vm_impl) {
9fb193a2c352 fix_vm_iml_private
anatofuz
parents: 200
diff changeset
11 goto vm_impl->next();
200
1301727600cc success build
anatofuz
parents:
diff changeset
12 }