summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcbex64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/drcbex64.c')
-rw-r--r--src/emu/cpu/drcbex64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/drcbex64.c b/src/emu/cpu/drcbex64.c
index 316577f4abd..eb51d667b5e 100644
--- a/src/emu/cpu/drcbex64.c
+++ b/src/emu/cpu/drcbex64.c
@@ -654,7 +654,7 @@ drcbe_x64::drcbe_x64(drcuml_state &drcuml, device_t &device, drc_cache &cache, U
// create the log
if (device.machine().options().drc_log_native())
{
- astring filename("drcbex64_", device.shortname(), ".asm");
+ astring filename = astring("drcbex64_").cat(device.shortname()).cat(".asm");
m_log = x86log_create_context(filename.c_str());
}
}