diff options
Diffstat (limited to 'opcodes/aarch64-asm.c')
-rw-r--r-- | opcodes/aarch64-asm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/aarch64-asm.c b/opcodes/aarch64-asm.c index 96396e8..27a4def 100644 --- a/opcodes/aarch64-asm.c +++ b/opcodes/aarch64-asm.c @@ -1,5 +1,5 @@ /* aarch64-asm.c -- AArch64 assembler support. - Copyright 2012, 2013 Free Software Foundation, Inc. + Copyright 2012-2013 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. @@ -31,7 +31,7 @@ N.B. the fields are required to be in such an order than the least signficant field for VALUE comes the first, e.g. the <index> in SQDMLAL <Va><d>, <Vb><n>, <Vm>.<Ts>[<index>] - is encoded in H:L:M in some cases, the the fields H:L:M should be passed in + is encoded in H:L:M in some cases, the fields H:L:M should be passed in the order of M, L, H. */ static inline void |