diff options
| author | Tim Rogers <[email protected]> | 2018-10-05 13:54:53 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-05 13:54:53 -0400 |
| commit | 68134d5eb326552fc1ef4b02b2eb21103266283b (patch) | |
| tree | d63ae36cdb2fcf735677f66cf8ef91d94444b925 /src/cuda-sim/ptx_parser.cc | |
| parent | cbdf8bd70cf5707dada1741d98125b60c0db7843 (diff) | |
| parent | b1fd283c064222579ee5174a980abf72e8e6ef26 (diff) | |
Merge pull request #15 from gjulianm/dev
Naive fix of OpenCL parse errors
Diffstat (limited to 'src/cuda-sim/ptx_parser.cc')
| -rw-r--r-- | src/cuda-sim/ptx_parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_parser.cc b/src/cuda-sim/ptx_parser.cc index a180da9..49c8472 100644 --- a/src/cuda-sim/ptx_parser.cc +++ b/src/cuda-sim/ptx_parser.cc @@ -265,7 +265,7 @@ void parse_assert_impl( int test_value, const char *file, unsigned line, const c parse_error_impl(file,line, msg); } -extern char linebuf[1024]; +extern char linebuf[4096]; void set_return() |
