summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386/i486ops.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i386/i486ops.hxx')
-rw-r--r--src/devices/cpu/i386/i486ops.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/cpu/i386/i486ops.hxx b/src/devices/cpu/i386/i486ops.hxx
index bb96ac5411b..37c8ee8d1c2 100644
--- a/src/devices/cpu/i386/i486ops.hxx
+++ b/src/devices/cpu/i386/i486ops.hxx
@@ -34,7 +34,8 @@ void i386_device::i486_cpuid() // Opcode 0x0F A2
default:
{
- logerror("CPUID called with unsupported EAX=%08x at %08x!\n", REG32(EAX), m_eip);
+ // call the model specific implementation
+ opcode_cpuid();
break;
}
}