From 21d5f489c2e311227f2a72cc7149066714398ae0 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 30 Jan 2015 15:47:32 +0100 Subject: Fix the x86emu patch file One of the hunks in the patch file was bad, so replace it with a proper hunk. Signed-off-by: Thomas Huth Signed-off-by: Nikunj A Dadhania --- other-licence/x86emu/x86emu_changes.diff | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'other-licence') diff --git a/other-licence/x86emu/x86emu_changes.diff b/other-licence/x86emu/x86emu_changes.diff index b6f931f..52b971a 100644 --- a/other-licence/x86emu/x86emu_changes.diff +++ b/other-licence/x86emu/x86emu_changes.diff @@ -852,13 +852,14 @@ retrieving revision 1.3 diff -u -u -r1.1 -r1.3 --- include/x86emu/x86emu.h 7 Sep 2007 10:01:21 -0000 1.1 +++ include/x86emu/x86emu.h 19 Oct 2007 08:42:15 -0000 1.3 -@@ -42,6 +42,6 @@ - #ifndef __X86EMU_X86EMU_H - #define __X86EMU_X86EMU_H +@@ -47,6 +47,7 @@ + #include + #define printk(x...) printk(BIOS_DEBUG, x) + #else ++#include + #define printk printf + #endif - #ifdef SCITECH - #include "scitech.h" - #define X86API _ASMAPI @@ -189,6 +181,8 @@ #define DEBUG_TRACECALL_REGS_F 0x004000 #define DEBUG_DECODE_NOPRINT_F 0x008000 -- cgit v1.1