Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 559586 Details for
Bug 673522
dev-lisp/sbcl-1.4.13 : make: *** [../asdf-module.mk:41: test] Error 1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch which fixes the capstone test
sbcl-1.4.15-capstone.patch (text/plain), 739 bytes, created by
Helmut Jarausch
on 2019-01-03 10:22:37 UTC
(
hide
)
Description:
patch which fixes the capstone test
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2019-01-03 10:22:37 UTC
Size:
739 bytes
patch
obsolete
>--- a/contrib/sb-capstone/tests.lisp.ORIG 2018-12-04 17:44:02.000000000 +0100 >+++ b/contrib/sb-capstone/tests.lisp 2019-01-03 10:22:33.649177090 +0100 >@@ -65,10 +65,10 @@ > t) > > >-(deftest ppc-little-endian (capstone-check '(#x03 #x10 #x40 #x3c #x00 #x81 #x42 #x38) >+(deftest ppc-little-endian (capstone-check '(#x03 #x10 #x40 #x3c #x00 #x71 #x42 #x38) > '(:ppc64 :little-endian) > '("LIS R2, 0X1003" >- "ADDI R2, R2, -0X7F00")) >+ "ADDI R2, R2, 0X7100")) > t) > > (deftest ppc-big-endian (capstone-check '(#x7c #x08 #x02 #xa6)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 673522
:
558292
|
558294
|
558296
|
558298
|
558300
|
558302
| 559586 |
559588