We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b989e07 commit 10094e9Copy full SHA for 10094e9
src/hotspot/cpu/zero/register_zero.hpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
3
* Copyright 2007 Red Hat, Inc.
4
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5
*
@@ -114,8 +114,6 @@ class ConcreteRegisterImpl : public AbstractRegisterImpl {
114
};
115
116
CONSTANT_REGISTER_DECLARATION(Register, noreg, (-1));
117
-#ifndef DONT_USE_REGISTER_DEFINES
118
#define noreg ((Register)(noreg_RegisterEnumValue))
119
-#endif
120
121
#endif // CPU_ZERO_REGISTER_ZERO_HPP
0 commit comments