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/instructions.cc | |
| parent | 0a48acad6390fb9434b82b6dd66ab6625a83a848 (diff) | |
| parent | 579047c1dd9fec1b69e7904aeb6a25553c8dbd69 (diff) | |
Merge pull request #3 from echoedit/dev
reentrant ptx parser
Diffstat (limited to 'src/cuda-sim/instructions.cc')
| -rw-r--r-- | src/cuda-sim/instructions.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cuda-sim/instructions.cc b/src/cuda-sim/instructions.cc index 11001d7..69a97b6 100644 --- a/src/cuda-sim/instructions.cc +++ b/src/cuda-sim/instructions.cc @@ -31,6 +31,8 @@ #include "ptx_ir.h" #include "opcodes.h" #include "ptx_sim.h" +typedef void * yyscan_t; +class ptx_recognizer; #include "ptx.tab.h" #include <stdlib.h> #include <math.h> |
