FreeBSD Bugzilla – Attachment 178692 Details for
Bug 215681
head -r310854: TARGET_ARCH=powerpc buildkernel via clang 3.9.1: sys/powerpc/aim/trap_subr32.S:409:2: error: too few operands for instruction
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Avoid omitting the supposedly optional operand to cmp instruction
file_215681.txt (text/plain), 566 bytes, created by
Mark Millard
on 2017-01-10 09:12:24 UTC
(
hide
)
Description:
Avoid omitting the supposedly optional operand to cmp instruction
Filename:
MIME Type:
Creator:
Mark Millard
Created:
2017-01-10 09:12:24 UTC
Size:
566 bytes
patch
obsolete
>Index: /usr/src/sys/powerpc/aim/trap_subr32.S >=================================================================== >--- /usr/src/sys/powerpc/aim/trap_subr32.S (revision 311147) >+++ /usr/src/sys/powerpc/aim/trap_subr32.S (working copy) >@@ -406,7 +406,7 @@ > mtctr %r1 /* load counter */ > im1: > lwzu %r1, 8(%r2) /* get next pte */ >- cmp 0, %r1, %r3 /* see if found pte */ >+ cmp 0, 0, %r1, %r3 /* see if found pte */ > bdnzf 2, im1 /* dec count br if cmp ne and if > * count not zero */ > bne instr_sec_hash /* if not found set up second hash
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 215681
: 178692