diff options
| author | Mengchi Zhang <[email protected]> | 2019-05-17 10:59:27 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-05-17 10:59:27 -0400 |
| commit | 1fb385af6e036588a0b807aa51d74dcf34f841cd (patch) | |
| tree | 6ae1202b542e5c21c03c62a1f926988587ac9e90 /src/cuda-sim/ptx_ir.cc | |
| parent | 10156f6728f10fdc33ca8796e9cc6ade306f06ec (diff) | |
Move ptx parser to reentrant
Signed-off-by: Mengchi Zhang <[email protected]>
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> |
