summaryrefslogtreecommitdiff
path: root/libgomp/config/accel/openacc.f90
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/config/accel/openacc.f90')
-rw-r--r--libgomp/config/accel/openacc.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/config/accel/openacc.f90 b/libgomp/config/accel/openacc.f90
index 275afe43475..99330733d8f 100644
--- a/libgomp/config/accel/openacc.f90
+++ b/libgomp/config/accel/openacc.f90
@@ -44,7 +44,7 @@ module openacc_kinds
integer, parameter :: acc_device_kind = int32
! Keep in sync with include/gomp-constants.h.
- integer (acc_device_kind), parameter :: acc_device_current = -3
+ integer (acc_device_kind), parameter :: acc_device_current = -1
integer (acc_device_kind), parameter :: acc_device_none = 0
integer (acc_device_kind), parameter :: acc_device_default = 1
integer (acc_device_kind), parameter :: acc_device_host = 2