diff options
| author | Mengchi Zhang <[email protected]> | 2019-05-20 09:34:29 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-20 09:34:29 -0400 |
| commit | ab1221c14fa548404d4012f30399cb23a892f30c (patch) | |
| tree | 3b47b5c352cac13519557d983ef302b0fcc6a07a /src/cuda-sim/ptx_ir.cc | |
| parent | 0a48acad6390fb9434b82b6dd66ab6625a83a848 (diff) | |
| parent | 579047c1dd9fec1b69e7904aeb6a25553c8dbd69 (diff) | |
Merge pull request #3 from echoedit/dev
reentrant ptx parser
Diffstat (limited to 'src/cuda-sim/ptx_ir.cc')
| -rw-r--r-- | src/cuda-sim/ptx_ir.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.cc b/src/cuda-sim/ptx_ir.cc index 73db24d..8cedf79 100644 --- a/src/cuda-sim/ptx_ir.cc +++ b/src/cuda-sim/ptx_ir.cc @@ -28,6 +28,7 @@ #include "ptx_parser.h" #include "ptx_ir.h" +typedef void * yyscan_t; #include "ptx.tab.h" #include "opcodes.h" #include <stdio.h> |
