summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_loader.cc
diff options
context:
space:
mode:
authorAmruth <[email protected]>2018-04-04 16:06:42 -0700
committerAmruth <[email protected]>2018-04-04 16:06:42 -0700
commit69c57b077d6799f46ad43b99cc0e0049b7c43775 (patch)
tree9856a74f2124d669bbd35daac4a346eacc526cd2 /src/cuda-sim/ptx_loader.cc
parent335bb4b38974b1843e1786c5d86b0fcf2a7943c8 (diff)
updating EOF condition for Mac users
Diffstat (limited to 'src/cuda-sim/ptx_loader.cc')
-rw-r--r--src/cuda-sim/ptx_loader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_loader.cc b/src/cuda-sim/ptx_loader.cc
index 03ea31a..4ddc6bf 100644
--- a/src/cuda-sim/ptx_loader.cc
+++ b/src/cuda-sim/ptx_loader.cc
@@ -450,7 +450,7 @@ void gpgpu_ptxinfo_load_from_string( const char *p_for_info, unsigned source_num
g_ptxinfo_filename = tempfile_ptxinfo;
//The program might get stuck because the parser didnt receive a EOF.
- printf("NOTE: If the program is stuck, please press ctrl+d for ubuntu and ctrl+z for windows users \n");
+ printf("NOTE: If the program is stuck, please press ctrl+d for Ubuntu/Mac and ctrl+z for Windows users \n");
ptxinfo_parse();
snprintf(commandline,1024,"rm -f *info");