summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcfe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/drcfe.c')
-rw-r--r--src/emu/cpu/drcfe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/cpu/drcfe.c b/src/emu/cpu/drcfe.c
index f39bfaf0bb1..ae6cbdb5ecc 100644
--- a/src/emu/cpu/drcfe.c
+++ b/src/emu/cpu/drcfe.c
@@ -106,8 +106,8 @@ drc_frontend::~drc_frontend()
//-------------------------------------------------
-// describe_code - describe a sequence of code
-// that falls within the configured window
+// describe_code - describe a sequence of code
+// that falls within the configured window
// relative to the specified startpc
//-------------------------------------------------
@@ -395,7 +395,7 @@ void drc_frontend::release_descriptions()
// release all delay slots first
for (opcode_desc *curdesc = m_desc_live_list.first(); curdesc != NULL; curdesc = curdesc->next())
m_desc_allocator.reclaim_all(curdesc->delay);
-
+
// reclaim all the descriptors
m_desc_allocator.reclaim_all(m_desc_live_list);
}