Skip to content

Commit 80cdf43

Browse files
author
Andrew Haley
committed
8381765: AArch32: Capstone hsdis does not build
1 parent 351095c commit 80cdf43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ class MacroAssembler: public Assembler {
17381738
inline bool AbstractAssembler::pd_check_instruction_mark() { return false; }
17391739
#endif
17401740

1741-
struct tableswitch {
1741+
struct tableswitch {
17421742
Register _reg;
17431743
int _insn_index; jint _first_key; jint _last_key;
17441744
Label _after;

0 commit comments

Comments
 (0)