aboutsummaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_ir.h
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-08-08 18:20:42 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:48:53 -0700
commitc00424bbb3187f4f9a4718d4d7c078c0c8ff9f73 (patch)
treebbf26bc74013a32195ff7d656562278dd7c1c97d /src/cuda-sim/ptx_ir.h
parentc1ca329ef0a2695f700c4bb692ca3ea8b3c01030 (diff)
Fixing compile error on my machine
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13703]
Diffstat (limited to 'src/cuda-sim/ptx_ir.h')
-rw-r--r--src/cuda-sim/ptx_ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h
index 737a610..15c6743 100644
--- a/src/cuda-sim/ptx_ir.h
+++ b/src/cuda-sim/ptx_ir.h
@@ -38,7 +38,7 @@
#include <vector>
#include <assert.h>
-#include "ptx.tab.h"
+//#include "ptx.tab.h"
#include "ptx_sim.h"
#include "memory.h"