aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJacob Bramley <jacob.bramley@arm.com>2017-02-06 10:49:58 +0000
committerJacob Bramley <jacob.bramley@arm.com>2017-02-06 10:49:58 +0000
commit5ffac2481143f54f28ae2362540cb83e1d0cc6c7 (patch)
tree9c1245a95f96d92ebfe3580e87386b51335b1bd9 /tools
parentbc38deb7addf1255df3b8f5f28b7949b761692d1 (diff)
Fix and re-run the instruction documentation script.
Change-Id: I53900ff075f9134d56cefcd0d838e29be8667a50
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_instruction_doc_aarch64.pl (renamed from tools/make_instruction_doc.pl)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_instruction_doc.pl b/tools/make_instruction_doc_aarch64.pl
index 9df6a22a..8d946865 100755
--- a/tools/make_instruction_doc.pl
+++ b/tools/make_instruction_doc_aarch64.pl
@@ -30,7 +30,7 @@ use v5.10.1;
no warnings 'experimental::smartmatch';
# Assembler header file.
-my $hfile = "src/vixl/aarch64/assembler-aarch64.h";
+my $hfile = "src/aarch64/assembler-aarch64.h";
# Extra pseudo instructions added to AArch64.
my @extras = qw/bind debug dci dc32 dc64 place/;