Skip to content

Commit

Permalink
Merge pull request #4541 from knn-k/aarch64debug12
Browse files Browse the repository at this point in the history
AArch64: Add "nop" and "vgdnop" to ARM64Debug.cpp
  • Loading branch information
0xdaryl authored Nov 8, 2019
2 parents d8a74ca + 7f2e813 commit a6225a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler/aarch64/codegen/ARM64Debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -486,11 +486,13 @@ static const char *opCodeToNameMap[] =
"fmaxd",
"fmins",
"fmind",
"nop",
"proc",
"fence",
"return",
"dd",
"label"
"label",
"vgdnop"
};

const char *
Expand Down

0 comments on commit a6225a9

Please sign in to comment.