Skip to content

Commit

Permalink
fix problems with s390 stub declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
adinn committed Nov 19, 2024
1 parent 653a303 commit 45b6cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hotspot/cpu/s390/stubDeclarations_s390.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
do_arch_entry_init) \
do_arch_blob(compiler, 20000 ) \
do_stub(compiler, partial_subtype_check) \
do_arch_entry(zarch, partial_subtype_check, \
do_arch_entry(zarch, compiler, partial_subtype_check, \
partial_subtype_check, partial_subtype_check) \


Expand All @@ -58,7 +58,7 @@
do_arch_blob, \
do_arch_entry, \
do_arch_entry_init) \
do_arch_blob(final, 20000 ) \
do_arch_blob(final, 20000) \


#endif // CPU_S390_STUBDECLARATIONS_HPP

0 comments on commit 45b6cab

Please sign in to comment.