diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-03 18:12:02 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-03 18:12:02 +0000 |
commit | f90c917c7ea8bef0336003e2ea445a7b27911f5f (patch) | |
tree | ff8fb6eceb02160dd0fd5a03a144e05f93c1cecd /lang/yap-devel/files/patch-H__absmi.h | |
parent | - Fix build with clang on i386 (diff) |
- Fix build with clang on i386
Notes
Notes:
svn path=/head/; revision=332636
Diffstat (limited to 'lang/yap-devel/files/patch-H__absmi.h')
-rw-r--r-- | lang/yap-devel/files/patch-H__absmi.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/yap-devel/files/patch-H__absmi.h b/lang/yap-devel/files/patch-H__absmi.h new file mode 100644 index 000000000000..da683a9fec74 --- /dev/null +++ b/lang/yap-devel/files/patch-H__absmi.h @@ -0,0 +1,11 @@ +--- ./H/absmi.h.orig 2013-11-03 01:59:20.000000000 -0200 ++++ ./H/absmi.h 2013-11-03 01:59:48.000000000 -0200 +@@ -74,7 +74,7 @@ + * Use bp as PREG for X86 machines * + ***************************************************************/ + #if defined(IN_ABSMI_C) +-register struct yami* P1REG asm ("bp"); /* can't use yamop before Yap.h */ ++struct yami* P1REG asm ("bp"); /* can't use yamop before Yap.h */ + #define PREG P1REG + #endif + #define NEEDS_TO_SET_PC 1 |