mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8078504: Zero fails to build
Reviewed-by: kvn, simonis
This commit is contained in:
parent
c034b74806
commit
f381346db0
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright 2007 Red Hat, Inc.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
|
@ -34,6 +34,7 @@ class VM_Version : public Abstract_VM_Version {
|
|||
static const char* cpu_features() {
|
||||
return "";
|
||||
}
|
||||
static void initialize();
|
||||
};
|
||||
|
||||
#endif // CPU_ZERO_VM_VM_VERSION_ZERO_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue