summaryrefslogtreecommitdiffstats
path: root/runtime/offsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/offsets.h')
-rw-r--r--runtime/offsets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/offsets.h b/runtime/offsets.h
index ed4e49ea6..72a6b0f31 100644
--- a/runtime/offsets.h
+++ b/runtime/offsets.h
@@ -50,6 +50,7 @@ class FrameOffset : public Offset {
};
// Offsets relative to the current running thread.
+template<size_t pointer_size>
class ThreadOffset : public Offset {
public:
explicit ThreadOffset(size_t val) : Offset(val) {}