Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Jun 1, 2016
1 parent 73af76d commit 857461e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x10.runtime/x10rt/pami/x10rt_pami.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2260,6 +2260,6 @@ bool x10rt_net_agree (x10rt_team team, x10rt_place role,
x10rt_completion_handler *errch,
x10rt_completion_handler *ch, void *arg)
{
fatal_error("x10rt_net_agree not implemented");
error("x10rt_net_agree not implemented");
return false;
}

0 comments on commit 857461e

Please sign in to comment.