Sorry I forgot to mention that the version is the Beta 981111

Best,

Pablo



Configuration option: PROFILING set to 1

File    : storage.c
Function: garbage_collect()
Line    : 1606

1606>                   printType(profile,inst(f).t);

Error   : "t is not a member of struct"

Shouldn't it be

1606>                   printType(profile,inst(f).head);

to match the signature of printType? It seems to work fine
after the change.

Best,

Pablo Azero


Reply via email to