From fd44ff524a058e9c7b42ac7b2ad651c94fcb722a Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 2 Jul 2019 10:21:10 -0400 Subject: Fix build error: too many arguments to function call, expected 0, have 1 (nw) --- src/devices/cpu/i386/i386ops.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/i386/i386ops.hxx b/src/devices/cpu/i386/i386ops.hxx index e77499535b1..618523edaf3 100644 --- a/src/devices/cpu/i386/i386ops.hxx +++ b/src/devices/cpu/i386/i386ops.hxx @@ -729,7 +729,7 @@ void i386_device::i386_mov_dr_r32() // Opcode 0x0f 23 case 3: { m_dr[dr] = rm32; - dri_changed(dr); + dri_changed(); CYCLES(CYCLES_MOV_DR0_3_REG); break; } -- cgit v1.2.3