diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/impl/vm_impl_private.cbc	Thu Jan 23 01:55:03 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();
+}
+