diff mc-inline.c @ 709:8b54c40081de

*** empty log message ***
author kono
date Wed, 24 Oct 2007 21:54:26 +0900
parents 0554b7f985ee
children 35e6841ba01a
line wrap: on
line diff
--- a/mc-inline.c	Wed Oct 24 16:23:52 2007 +0900
+++ b/mc-inline.c	Wed Oct 24 21:54:26 2007 +0900
@@ -1508,7 +1508,7 @@
 	} 
     }
     // we need real local variable for this inline
-    arg = heap[pdisp+narg]=list3(LVAR,new_lvar(size(t)),0);
+    arg = heap[pdisp+narg]=list3(LVAR,new_lvar(size(t)),(int)anptr);
     inline_lvars = glist2(arg,inline_lvars);
     evals=list2(assign_expr0(arg,e4,anptr->ty,t),evals);
     return evals;