8078504: Zero fails to build

Reviewed-by: kvn, simonis
This commit is contained in:
Severin Gehwolf 2015-04-23 17:42:06 +02:00
parent c034b74806
commit f381346db0
2 changed files with 3 additions and 1 deletions

View file

@ -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