summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-tcg-ppc-tcg_target.h
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2010-02-08 22:19:29 +0000
committerJuergen Lock <nox@FreeBSD.org>2010-02-08 22:19:29 +0000
commit2a658a958c02a177bc9c916816796d0d30ba85dd (patch)
tree006e5d12ec6bc756d9822b7c4dbbfc520c7162f7 /emulators/qemu-devel/files/patch-tcg-ppc-tcg_target.h
parentThis is a separate DBIx::Class model class for HTML::FormHandler (diff)
- Welcome emulators/qemu-devel ppc host support! :) [1]
- Attempt to make the pkg-message.s a little more readable. [2] - Bump PORTREVISIONs. Submitted by: Andreas Tobler <andreast@fgznet.ch> [1] Submitted by: wkoszek [2] (with modifications)
Notes
Notes: svn path=/head/; revision=249464
Diffstat (limited to 'emulators/qemu-devel/files/patch-tcg-ppc-tcg_target.h')
-rw-r--r--emulators/qemu-devel/files/patch-tcg-ppc-tcg_target.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-tcg-ppc-tcg_target.h b/emulators/qemu-devel/files/patch-tcg-ppc-tcg_target.h
new file mode 100644
index 000000000000..1816317ac330
--- /dev/null
+++ b/emulators/qemu-devel/files/patch-tcg-ppc-tcg_target.h
@@ -0,0 +1,11 @@
+--- a/tcg/ppc/tcg-target.h
++++ b/tcg/ppc/tcg-target.h
+@@ -69,7 +69,7 @@
+ #define TCG_TARGET_CALL_STACK_OFFSET 24
+ #elif defined _AIX
+ #define TCG_TARGET_CALL_STACK_OFFSET 52
+-#elif defined __linux__
++#elif defined __linux__ || defined __FreeBSD__
+ #define TCG_TARGET_CALL_ALIGN_ARGS 1
+ #define TCG_TARGET_CALL_STACK_OFFSET 8
+ #else