SCM Repository
Diff of /branches/vis12/src/compiler/c-target/fragments/alloc.in
Parent Directory
|
Revision Log
|
Patch
revision 1861, Sat Apr 21 15:30:26 2012 UTC | revision 1862, Sun Apr 22 19:45:47 2012 UTC | |
---|---|---|
# | Line 29 | Line 29 |
29 | wrld->outState = NEWVEC(@STRANDTY@ *, numStrands); | wrld->outState = NEWVEC(@STRANDTY@ *, numStrands); |
30 | wrld->status = NEWVEC(uint8_t, numStrands); | wrld->status = NEWVEC(uint8_t, numStrands); |
31 | if ((wrld->inState == 0) || (wrld->outState == 0) || (wrld->status == 0)) { | if ((wrld->inState == 0) || (wrld->outState == 0) || (wrld->status == 0)) { |
32 | wrld->err = "unable to allocate strand states\n"; | biffMsgAdd (wrld->errors, "unable to allocate strand states\n"); |
33 | return true; | return true; |
34 | } | } |
35 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |