URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [gdb-5.3/] [gdb/] [testsuite/] [gdb.chill/] [pr-9946.ch] - Rev 1782
Compare with Previous | Blame | View Log
x: module
synmode aset = SET (stopped, moving);
DCL xyz aset;
xyz := moving;
xyz := SUCC (xyz);
END x;