From d89736072fbf8802a613f37b7e7da366fdc49de8 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 19 Nov 2015 15:02:21 -0800 Subject: x86emu: Undefine _NO_INLINE Never defined by the server. Change-Id: If22727cf3953c2931d107146fb99b5997f8a13d5 Original-Reviewed-by: Eric Anholt Original-Signed-off-by: Adam Jackson Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/12493 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/device/oprom/x86emu/x86emui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device/oprom') diff --git a/src/device/oprom/x86emu/x86emui.h b/src/device/oprom/x86emu/x86emui.h index 37339d5ffa..fb6f8ca4da 100644 --- a/src/device/oprom/x86emu/x86emui.h +++ b/src/device/oprom/x86emu/x86emui.h @@ -48,7 +48,7 @@ * dramatically in this case). */ -#if defined(__cplusplus) && !defined(_NO_INLINE) +#if defined(__cplusplus) #define _INLINE inline #else #define _INLINE static -- cgit v1.2.3