Fix out of bounds access in -m 7500

This commit is contained in:
Jens Steube
2016-01-14 22:13:06 +01:00
parent f3b85a6363
commit ed91e69ae3
4 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -8,10 +8,10 @@
#include "include/constants.h"
#include "include/kernel_vendor.h"
#define DGST_R0 3
#define DGST_R1 7
#define DGST_R0 0
#define DGST_R1 1
#define DGST_R2 2
#define DGST_R3 6
#define DGST_R3 3
#include "include/kernel_functions.c"
#include "OpenCL/types_ocl.c"
+3 -3
View File
@@ -8,10 +8,10 @@
#include "include/constants.h"
#include "include/kernel_vendor.h"
#define DGST_R0 3
#define DGST_R1 7
#define DGST_R0 0
#define DGST_R1 1
#define DGST_R2 2
#define DGST_R3 6
#define DGST_R3 3
#include "include/kernel_functions.c"
#include "OpenCL/types_ocl.c"
+3 -3
View File
@@ -8,10 +8,10 @@
#include "include/constants.h"
#include "include/kernel_vendor.h"
#define DGST_R0 3
#define DGST_R1 7
#define DGST_R0 0
#define DGST_R1 1
#define DGST_R2 2
#define DGST_R3 6
#define DGST_R3 3
#include "include/kernel_functions.c"
#include "OpenCL/types_ocl.c"