summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-02-21 23:41:59 +0000
committermarcel <marcel@FreeBSD.org>2010-02-21 23:41:59 +0000
commit61400e541a36831ca8ac00d633cb13691901dec5 (patch)
tree1945c24711187258efe3f6c0736e2aec68e1385e
parent710af9deaa1ebb316e5b8db00ea500dcf67ff7bc (diff)
downloadFreeBSD-src-61400e541a36831ca8ac00d633cb13691901dec5.zip
FreeBSD-src-61400e541a36831ca8ac00d633cb13691901dec5.tar.gz
Normalize nop instructions: Only use 0 for the immediate operand.
-rw-r--r--sys/ia64/ia64/context.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ia64/ia64/context.S b/sys/ia64/ia64/context.S
index 77a1821..0814647 100644
--- a/sys/ia64/ia64/context.S
+++ b/sys/ia64/ia64/context.S
@@ -86,18 +86,18 @@ ENTRY(restorectx, 1)
{ .mmi
ld8.fill r6=[r14],16 // r6
ld8.fill r7=[r15],16 // r7
- nop 1
+ nop 0
;;
}
{ .mmi
mov ar.unat=r16
mov ar.rsc=3
- nop 2
+ nop 0
}
{ .mmi
ld8 r17=[r14],16 // b1
ld8 r18=[r15],16 // b2
- nop 3
+ nop 0
;;
}
{ .mmi
OpenPOWER on IntegriCloud