diff options
Diffstat (limited to 'decuda_to_ptxplus/decudaInst.h')
| -rw-r--r-- | decuda_to_ptxplus/decudaInst.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <assert.h> @@ -92,3 +93,4 @@ public: //TODO: translate to New PTX and print }; +#endif //_DECUDAINST_H_ |
