Skip to content

Commit

Permalink
minor bug fix for constant expression
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinma committed Mar 4, 2017
1 parent e8d5062 commit 46f093a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/include/tasks/atmi/tasks-atmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void chpl_task_yield(void);
// between C code and Chapel code in the runtime.
//
typedef uint64_t chpl_taskID_t;
#define chpl_nullTaskID ATMI_NULL_TASK_HANDLE
#define chpl_nullTaskID ATMI_TASK_HANDLE(0xFFFFFFFFFFFFFFFF)

//
// Sync variables
Expand Down

0 comments on commit 46f093a

Please sign in to comment.