Skip to content

Commit e4827f6

Browse files
committed
reorder dep_pack fields
1 parent 6395c45 commit e4827f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/include/OpenMP/InteropAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ struct interop_ctx_t {
5757

5858
struct dep_pack_t {
5959
int32_t ndeps;
60-
kmp_depend_info_t *deplist;
6160
int32_t ndeps_noalias;
61+
kmp_depend_info_t *deplist;
6262
kmp_depend_info_t *noalias_deplist;
6363
};
6464

0 commit comments

Comments
 (0)