summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/s2650/2650dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/s2650/2650dasm.cpp')
-rw-r--r--src/devices/cpu/s2650/2650dasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/s2650/2650dasm.cpp b/src/devices/cpu/s2650/2650dasm.cpp
index 34b144532d2..871ea354594 100644
--- a/src/devices/cpu/s2650/2650dasm.cpp
+++ b/src/devices/cpu/s2650/2650dasm.cpp
@@ -45,7 +45,7 @@ std::string s2650_disassembler::IMM(offs_t pc, const data_buffer &params)
const char s2650_disassembler::cc[4] = { 'z', 'p', 'm', 'a' };
-void s2650_disassembler::add(std::string &buf, std::string str)
+void s2650_disassembler::add(std::string &buf, const std::string &str)
{
if(!buf.empty())
buf += '+';