summaryrefslogtreecommitdiff
path: root/src/cuda-sim/instructions.cc
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-07-16 20:26:49 -0800
committerTor Aamodt <[email protected]>2010-07-16 20:26:49 -0800
commit2a41477bc27387f23ec7c3d6fc3b8e0efdebc9d0 (patch)
tree3e5bb777f54b3dc01b1654d03519a0e2954e7b42 /src/cuda-sim/instructions.cc
parent2ed07329c2babbc39388dec8e19c6c78d1d41d46 (diff)
- adding placeholders for new builtin registers
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6848]
Diffstat (limited to 'src/cuda-sim/instructions.cc')
-rw-r--r--src/cuda-sim/instructions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/instructions.cc b/src/cuda-sim/instructions.cc
index f3aa24a..5decd2b 100644
--- a/src/cuda-sim/instructions.cc
+++ b/src/cuda-sim/instructions.cc
@@ -2977,7 +2977,7 @@ void xor_impl( const ptx_instruction *pI, ptx_thread_info *thread )
void inst_not_implemented( const ptx_instruction * pI )
{
- printf("Execution error (%s:%u): instruction \"%s\" not (yet) implemented\n",
+ printf("GPGPU-Sim PTX: ERROR (%s:%u) instruction \"%s\" not (yet) implemented\n",
pI->source_file(),
pI->source_line(),
pI->get_opcode_cstr() );