Skip to content
Snippets Groups Projects
Commit 63933cfd authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

c pragma decoding running for simple example

parent 17ce406d
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ static int decode_pragma(struct labcomm_decoder *d,
pr, d->error, d->memory, d->scheduler);
pd->version_ok = 1;
printf("calling pragma_handler\n");
result = d->pragma_handler(pd, pd, pragma_type);
result = d->pragma_handler(pd, registry, pragma_type);
printf("returned from pragma_handler\n");
internal_labcomm_decoder_free(pd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment