From e2aded21da9cb9e717620b967cb6174c0639bc0c Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 30 Apr 2019 19:13:23 -0400 Subject: unsp: Don't try to inline virtual functions (nw) --- src/devices/cpu/unsp/unsp_fxxx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/cpu/unsp/unsp_fxxx.cpp b/src/devices/cpu/unsp/unsp_fxxx.cpp index c63b02c4ad0..9bf7e6ab5e0 100644 --- a/src/devices/cpu/unsp/unsp_fxxx.cpp +++ b/src/devices/cpu/unsp/unsp_fxxx.cpp @@ -191,7 +191,7 @@ inline void unsp_device::execute_fxxx_100_group(uint16_t op) } -inline void unsp_12_device::execute_fxxx_101_group(uint16_t op) +void unsp_12_device::execute_fxxx_101_group(uint16_t op) { // FIR_MOV 1 1 1 1 - - - 1 0 1 0 0 0 1 0 f // Fraction 1 1 1 1 - - - 1 0 1 0 0 0 1 1 f @@ -293,7 +293,7 @@ inline void unsp_12_device::execute_fxxx_101_group(uint16_t op) } -inline void unsp_device::execute_fxxx_101_group(uint16_t op) +void unsp_device::execute_fxxx_101_group(uint16_t op) { // | | | // INT SET 1 1 1 1 - - - 1 0 1 0 0 0 0 F I -- cgit v1.2.3