summaryrefslogtreecommitdiff
path: root/libcuda/cuobjdump.y
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-08-07 23:47:09 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:48:53 -0700
commitc1ca329ef0a2695f700c4bb692ca3ea8b3c01030 (patch)
treeed9460f636193dd4ae425570a27d0a9119bddd2a /libcuda/cuobjdump.y
parent2c6901bdfb99d6b7e57e0365d64442c1e148d13f (diff)
Back out changelist 13683
There is a problem with the linkage on my machine. Before this changelist the code didn't build on my machine. After it it builds but fails to run due to missing dynamic linkage. And obviously it breaks the jenkins build. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13684]
Diffstat (limited to 'libcuda/cuobjdump.y')
-rw-r--r--libcuda/cuobjdump.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcuda/cuobjdump.y b/libcuda/cuobjdump.y
index b07c754..914a3d6 100644
--- a/libcuda/cuobjdump.y
+++ b/libcuda/cuobjdump.y
@@ -103,7 +103,7 @@ ptxcode : ptxcode PTXLINE {fprintf(ptxfile, "%s", $2);}
elfcode : elfcode ELFLINE {fprintf(elffile, "%s", $2);}
| ;
-sasscode : sasscode SASSLINE {fprintf(sassfile, "%s", $2);}
+sasscode : sasscode SASSLINE {fprintf(sassfile, "%s", $2)}
| ;