summaryrefslogtreecommitdiff
path: root/test/routines/level2/xhpr2.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-05-17 12:16:32 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-05-17 12:16:32 +0200
commit8290ad78b934601ae156e752fce5fa921cb6479d (patch)
treef4cdf012f5d046f457d0ddee3e44350fcb98147a /test/routines/level2/xhpr2.hpp
parent85341836dd4d24214f8eaa483d87a728568b41ca (diff)
Fixed a few issues with canary region testing
Diffstat (limited to 'test/routines/level2/xhpr2.hpp')
-rw-r--r--test/routines/level2/xhpr2.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xhpr2.hpp b/test/routines/level2/xhpr2.hpp
index 433a5a93..ed37e175 100644
--- a/test/routines/level2/xhpr2.hpp
+++ b/test/routines/level2/xhpr2.hpp
@@ -148,7 +148,7 @@ class TestXhpr2 {
}
// Describes how to compute the indices of the result buffer
- static size_t ResultID1(const Arguments<T> &args) { return args.ap_size - args.ap_offset; }
+ static size_t ResultID1(const Arguments<T> &args) { return GetSizeAP(args) - args.ap_offset; }
static size_t ResultID2(const Arguments<T> &) { return 1; } // N/A for this routine
static size_t GetResultIndex(const Arguments<T> &args, const size_t id1, const size_t) {
return id1 + args.ap_offset;