projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7169796
)
Unbreak ppc builds with 4k *backend-page-bytes*
author
Joshua Elsasser
<joshua@elsasser.org>
Sun, 18 Nov 2012 22:38:16 +0000
(14:38 -0800)
committer
Joshua Elsasser
<joshua@elsasser.org>
Sun, 18 Nov 2012 22:38:16 +0000
(14:38 -0800)
src/runtime/ppc-assem.S
patch
|
blob
|
history
diff --git
a/src/runtime/ppc-assem.S
b/src/runtime/ppc-assem.S
index
a9a4ed0
..
51b6b32
100644
(file)
--- a/
src/runtime/ppc-assem.S
+++ b/
src/runtime/ppc-assem.S
@@
-284,6
+284,9
@@
x:
#if BACKEND_PAGE_BYTES == 65536
# undef BACKEND_PAGE_BYTES
# define BACKEND_PAGE_BYTES 65536
+#elif BACKEND_PAGE_BYTES == 4096
+# undef BACKEND_PAGE_BYTES
+# define BACKEND_PAGE_BYTES 4096
#else
# error BACKEND_PAGE_BYTES mismatch
#endif