diff options
Diffstat (limited to 'cuobjdump_to_ptxplus/sass.y')
| -rw-r--r-- | cuobjdump_to_ptxplus/sass.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cuobjdump_to_ptxplus/sass.y b/cuobjdump_to_ptxplus/sass.y index 96c86ff..1c67aaf 100644 --- a/cuobjdump_to_ptxplus/sass.y +++ b/cuobjdump_to_ptxplus/sass.y @@ -354,7 +354,7 @@ memorylocation : SMEMLOCATION { printf($1); g_instList->addCuobjdumpMemoryOperan char* input = $1; char* temp = new char[99]; temp[0] = input[1]; - int i=1; + unsigned i=1; while (i < strlen(input)-2) { temp[i] = input[i+2]; i++; |
