summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcbec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/drcbec.h')
-rw-r--r--src/emu/cpu/drcbec.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/cpu/drcbec.h b/src/emu/cpu/drcbec.h
index ada16d7f055..f5bf7309ef8 100644
--- a/src/emu/cpu/drcbec.h
+++ b/src/emu/cpu/drcbec.h
@@ -75,13 +75,13 @@ private:
int dmuls(UINT64 &dstlo, UINT64 &dsthi, INT64 src1, INT64 src2, int flags);
// internal state
- drc_hash_table m_hash; // hash table state
- drc_map_variables m_map; // code map
- drc_label_list m_labels; // label list
- drc_label_fixup_delegate m_fixup_delegate; // precomputed delegate
+ drc_hash_table m_hash; // hash table state
+ drc_map_variables m_map; // code map
+ drc_label_list m_labels; // label list
+ drc_label_fixup_delegate m_fixup_delegate; // precomputed delegate
- static const UINT32 s_condition_map[32];
- static UINT64 s_immediate_zero;
+ static const UINT32 s_condition_map[32];
+ static UINT64 s_immediate_zero;
};