hotspot/src/cpu/x86/vm/register_x86.hpp
changeset 40071 53e12df44b7b
parent 33198 b37ad9fbf681
--- a/hotspot/src/cpu/x86/vm/register_x86.hpp	Thu Jul 14 20:11:55 2016 +0300
+++ b/hotspot/src/cpu/x86/vm/register_x86.hpp	Thu Jun 23 22:33:46 2016 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -124,6 +124,8 @@
 
 };
 
+CONSTANT_REGISTER_DECLARATION(FloatRegister, fnoreg, (-1));
+
 // Use XMMRegister as shortcut
 class XMMRegisterImpl;
 typedef XMMRegisterImpl* XMMRegister;