Changeset ffe2fad for benchmark/ctxswitch/cfa_cor.cfa
- Timestamp:
- Apr 23, 2019, 2:41:32 PM (3 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr
- Children:
- 673cd63
- Parents:
- 8c3a0336
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/ctxswitch/cfa_cor.cfa
r8c3a0336 rffe2fad 11 11 } 12 12 13 void main( GreatSuspender & this ) {13 void main( __attribute__((unused)) GreatSuspender & this ) { 14 14 while( true ) { 15 15 suspend();
Note: See TracChangeset
for help on using the changeset viewer.