From bb7792598c94e181e84e764bdd5c4751c4a17541 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Wed, 3 Nov 2010 12:42:13 +0000 Subject: - Add workaround for regression in acpica 20101015 [1] - Remove old patches not needed for newer VirtualBox versions anymore - Fix alignment problem in VBoxHeadless on i386 when DEBUG option is enabled [2] - Bump PORTREVISION PR: ports/144959 [2] Submitted by: Alexander Eichner [2], Anthony Jenkins [2] Reported by: Michael Butler [1], DomiX (irc on freenode) [2], Monty Hall [2], many others [2] --- .../files/patch-src-recompiler-target-i386-cpu.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 emulators/virtualbox-ose/files/patch-src-recompiler-target-i386-cpu.h (limited to 'emulators/virtualbox-ose/files/patch-src-recompiler-target-i386-cpu.h') diff --git a/emulators/virtualbox-ose/files/patch-src-recompiler-target-i386-cpu.h b/emulators/virtualbox-ose/files/patch-src-recompiler-target-i386-cpu.h new file mode 100644 index 000000000000..b8c3a9acb71a --- /dev/null +++ b/emulators/virtualbox-ose/files/patch-src-recompiler-target-i386-cpu.h @@ -0,0 +1,11 @@ +--- src/recompiler/target-i386/cpu.h.orig 2010-07-15 20:13:56.000000000 +0200 ++++ src/recompiler/target-i386/cpu.h 2010-11-01 12:23:16.000000000 +0100 +@@ -678,7 +678,7 @@ + user */ + struct APICState *apic_state; + #else +- uint32_t alignment2[3]; ++ uint32_t alignment2[2]; + /** Profiling tb_flush. */ + STAMPROFILE StatTbFlush; + #endif -- cgit v1.2.3