[coreboot-gerrit] New patch to review for coreboot: x86emu: Undefine _NO_INLINE

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Nov 20 00:36:46 CET 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12493

-gerrit

commit b2c7be061b8566a17571cc721b3b7c7c767b5c6c
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Thu Nov 19 15:02:21 2015 -0800

    x86emu: Undefine _NO_INLINE
    
    Never defined by the server.
    
    Change-Id: If22727cf3953c2931d107146fb99b5997f8a13d5
    Original-Reviewed-by: Eric Anholt <eric at anholt.net>
    Original-Signed-off-by: Adam Jackson <ajax at redhat.com>
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/device/oprom/x86emu/x86emui.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/device/oprom/x86emu/x86emui.h b/src/device/oprom/x86emu/x86emui.h
index 37339d5..fb6f8ca 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



More information about the coreboot-gerrit mailing list