mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
[AArch64] Fix typo in comment
Just a trivial typo fix in a comment. gdb/ChangeLog 2020-02-25 Luis Machado <luis.machado@linaro.org> * aarch64-tdep.c (aarch64_vnv_type): Fix comment typo.
This commit is contained in:
parent
2078dbb210
commit
09624f1fec
@ -1,3 +1,7 @@
|
||||
2020-02-25 Luis Machado <luis.machado@linaro.org>
|
||||
|
||||
* aarch64-tdep.c (aarch64_vnv_type): Fix comment typo.
|
||||
|
||||
2020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* loc.h (dwarf2_get_die_type): Move to...
|
||||
|
@ -1967,7 +1967,7 @@ aarch64_vnv_type (struct gdbarch *gdbarch)
|
||||
|
||||
if (tdep->vnv_type == NULL)
|
||||
{
|
||||
/* The other AArch64 psuedo registers (Q,D,H,S,B) refer to a single value
|
||||
/* The other AArch64 pseudo registers (Q,D,H,S,B) refer to a single value
|
||||
slice from the non-pseudo vector registers. However NEON V registers
|
||||
are always vector registers, and need constructing as such. */
|
||||
const struct builtin_type *bt = builtin_type (gdbarch);
|
||||
|
Loading…
Reference in New Issue
Block a user