mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
- 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 <ajenkins at vtilt dot com> [2] Reported by: Michael Butler <imb at protected-networks dot net> [1], DomiX (irc on freenode) [2], Monty Hall <kungfu_disciple at sbcglobal dot net> [2], many others [2]
11 lines
357 B
C
11 lines
357 B
C
--- 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
|