From 13247311f650d2190ca50f05f2879c63a3ad0b6b Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Mon, 5 Nov 2018 19:11:18 +0100 Subject: Renamed flipendian -> swapendian, as I spent minutes trying to find the functions to tell to another person who spent minutes trying to find the functions, and we refer to such functions as swapping just about everywhere else in the codebase, nw --- src/devices/cpu/uml.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices/cpu/uml.cpp') diff --git a/src/devices/cpu/uml.cpp b/src/devices/cpu/uml.cpp index a26f3a92038..84cdfc9a1b6 100644 --- a/src/devices/cpu/uml.cpp +++ b/src/devices/cpu/uml.cpp @@ -647,9 +647,9 @@ void uml::instruction::simplify() if (m_param[1].is_immediate()) { if (m_size == 4) - convert_to_mov_immediate(flipendian_int32(m_param[1].immediate())); + convert_to_mov_immediate(swapendian_int32(m_param[1].immediate())); else if (m_size == 8) - convert_to_mov_immediate(flipendian_int64(m_param[1].immediate())); + convert_to_mov_immediate(swapendian_int64(m_param[1].immediate())); } break; -- cgit v1.2.3-70-g09d2