Skip to content

Commit

Permalink
Remove NOT_AARCH64_PORT_ONLY
Browse files Browse the repository at this point in the history
  • Loading branch information
a74nh committed Feb 28, 2022
1 parent d5952ab commit edf11ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/share/utilities/macros.hpp
Expand Up @@ -539,10 +539,8 @@

#ifdef TARGET_ARCH_aarch64
#define AARCH64_PORT_ONLY(code) code
#define NOT_AARCH64_PORT_ONLY(code)
#else
#define AARCH64_PORT_ONLY(code)
#define NOT_AARCH64_PORT_ONLY(code) code
#endif

#define MACOS_AARCH64_ONLY(x) MACOS_ONLY(AARCH64_ONLY(x))
Expand Down

0 comments on commit edf11ea

Please sign in to comment.