From 80aabc75ad4c5c98d342deaf010820a9bf7253bc Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Mon, 14 May 2012 15:04:10 -0800 Subject: Merging decuda_to_ptxplus with cuobjdump_to_ptxplus Major rework for the Makefile Deleting decuda_to_ptxplus Removing all dependencies on boost and removing it from the dependencies of the simulator [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12545] --- decuda_to_ptxplus/decudaInst.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'decuda_to_ptxplus/decudaInst.h') diff --git a/decuda_to_ptxplus/decudaInst.h b/decuda_to_ptxplus/decudaInst.h index 7011130..491fe3c 100644 --- a/decuda_to_ptxplus/decudaInst.h +++ b/decuda_to_ptxplus/decudaInst.h @@ -25,7 +25,8 @@ // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - +#ifndef _DECUDAINST_H_ +#define _DECUDAINST_H_ #include "stringList.h" #include @@ -92,3 +93,4 @@ public: //TODO: translate to New PTX and print }; +#endif //_DECUDAINST_H_ -- cgit v1.3