Changeset: f66e56639d94 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f66e56639d94
Modified Files:
monetdb5/mal/mal_interpreter.c
Branch: default
Log Message:
Interface had been changed.
diffs (12 lines):
diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb5/mal/mal_interpreter.c
--- a/monetdb5/mal/mal_interpreter.c
+++ b/monetdb5/mal/mal_interpreter.c
@@ -530,7 +530,7 @@ str runMALsequence(Client cntxt, MalBlkP
/* also produce event record for start of function */
if ( startpc == 1 ){
runtimeProfileInit(cntxt, mb, stk);
- runtimeProfileBegin(cntxt, mb, stk, NULL,
&runtimeProfileFunction);
+ runtimeProfileBegin(cntxt, mb, stk, getInstrPtr(mb,0),
&runtimeProfileFunction);
mb->starttime = GDKusec();
if (cntxt->stimeout && cntxt->session && GDKusec()-
cntxt->session > cntxt->stimeout) {
if ( backup != backups) GDKfree(backup);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list