summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/arm7drc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arm7/arm7drc.inc')
-rw-r--r--src/devices/cpu/arm7/arm7drc.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/arm7/arm7drc.inc b/src/devices/cpu/arm7/arm7drc.inc
index 46c3aba570b..54ef46aa0fa 100644
--- a/src/devices/cpu/arm7/arm7drc.inc
+++ b/src/devices/cpu/arm7/arm7drc.inc
@@ -68,7 +68,7 @@
descriptor
-------------------------------------------------*/
-INLINE UINT32 epc(const opcode_desc *desc)
+static inline UINT32 epc(const opcode_desc *desc)
{
return desc->pc;
}
@@ -79,7 +79,7 @@ INLINE UINT32 epc(const opcode_desc *desc)
already allocated
-------------------------------------------------*/
-INLINE void alloc_handle(drcuml_state *drcuml, uml::code_handle **handleptr, const char *name)
+static inline void alloc_handle(drcuml_state *drcuml, uml::code_handle **handleptr, const char *name)
{
if (*handleptr == nullptr)
*handleptr = drcuml->handle_alloc(name);