summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDeval Shah <[email protected]>2019-01-30 17:40:17 -0800
committerDeval Shah <[email protected]>2019-01-30 17:40:17 -0800
commita98e7db0402054aee7332380f6679be8527fc844 (patch)
tree5b6988cb3d0e082fd2a03dfb0e888827b825e994 /src
parent6994ed97fb776639a7fa3f9f12dcf1c35f6d1dc4 (diff)
changes for Ubuntu 18.04 support
Diffstat (limited to 'src')
-rw-r--r--src/abstract_hardware_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 08aa88c..28a22e0 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -73,6 +73,7 @@ enum FuncCache
#include <set>
typedef unsigned long long new_addr_type;
+typedef unsigned long long cudaTextureObject_t;
typedef unsigned address_type;
typedef unsigned addr_t;