Skip to content

Commit

Permalink
AArch64: Add TR_Debug::printARM64ArgumentsFlush
Browse files Browse the repository at this point in the history
This commit adds printARM64ArgumentsFlush to TR_Debug.

Signed-off-by: Akira Saitoh <saiaki@jp.ibm.com>
  • Loading branch information
Akira Saitoh committed Jun 22, 2021
1 parent 708c852 commit dd636ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/ras/Debug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ class TR_Debug
void print(TR::FILE *, TR::ARM64StackCheckFailureSnippet *);
void print(TR::FILE *, TR::ARM64ForceRecompilationSnippet *);
void print(TR::FILE *, TR::ARM64RecompilationSnippet *);
uint8_t *printARM64ArgumentsFlush(TR::FILE *, TR::Node *, uint8_t *, int32_t);
#endif
void print(TR::FILE *, TR::ARM64HelperCallSnippet *);

Expand Down

0 comments on commit dd636ba

Please sign in to comment.