Spinroot

A forum for Spin users

You are not logged in.

#1 Re: Bug Reports » select » 2012-05-15 02:12:24

Maybe this is related, I get the following error when I run the following code.

active proctype P() {
  int i;
  select (i : 1..10);
  printf("%d\n", i)
}
spin: foo.pml:3, Error: misplaced break statement

This worked with 6.1.0.

Board footer

Powered by FluxBB