diff CbC-examples/c-next.c @ 140:4e440907fcbf

copy CbC goto flang in cfgexpand remove some CbC unnecessary code
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Nov 2018 00:24:45 +0900
parents fc828634a951
children ce508c72660f
line wrap: on
line diff
--- a/CbC-examples/c-next.c	Thu Nov 08 14:17:14 2018 +0900
+++ b/CbC-examples/c-next.c	Wed Nov 14 00:24:45 2018 +0900
@@ -56,6 +56,7 @@
 __code cbc_next(INTERP i){
     __code (*c)(INTERP);
     c = CODES[NEXT_OP(i)];
+    //c(i);
     goto c(i);
 }