Skip to content

Commit

Permalink
8340439: AArch64: Extra entry declaration for assember test
Browse files Browse the repository at this point in the history
Reviewed-by: haosun, lmesnik, mli
  • Loading branch information
SendaoYan authored and Hamlin Li committed Sep 20, 2024
1 parent 9d76c7c commit 5d611c0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ int TemplateInterpreter::InterpreterCodeSize = 200 * 1024;

#define __ _masm->

//-----------------------------------------------------------------------------

extern "C" void entry(CodeBuffer*);

//-----------------------------------------------------------------------------

address TemplateInterpreterGenerator::generate_slow_signature_handler() {
address entry = __ pc();

Expand Down

0 comments on commit 5d611c0

Please sign in to comment.