summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rsp/vxor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/rsp/vxor.h')
-rw-r--r--src/devices/cpu/rsp/vxor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/rsp/vxor.h b/src/devices/cpu/rsp/vxor.h
index b11e1b96bc1..9f7f62853c5 100644
--- a/src/devices/cpu/rsp/vxor.h
+++ b/src/devices/cpu/rsp/vxor.h
@@ -1,7 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Tyler J. Stachecki,Ryan Holtz
-inline rsp_vec_t vec_vxor_vnxor(UINT32 iw, rsp_vec_t vs, rsp_vec_t vt)
+inline rsp_vec_t vec_vxor_vnxor(uint32_t iw, rsp_vec_t vs, rsp_vec_t vt)
{
rsp_vec_t vmask = _mm_load_si128((rsp_vec_t *) m_vec_helpers.logic_mask[iw & 0x1]);