summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/uml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/uml.cpp')
-rw-r--r--src/devices/cpu/uml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/uml.cpp b/src/devices/cpu/uml.cpp
index 1a1b29d6f67..7663ee90208 100644
--- a/src/devices/cpu/uml.cpp
+++ b/src/devices/cpu/uml.cpp
@@ -332,7 +332,7 @@ public:
static void truncate_imm(instruction &inst)
{
u64 const mask = size_mask(inst);
-
+
for (int i = 0; inst.numparams() > i; ++i)
truncate_immediate(inst, i, mask);
}