diff src/cpu/zero/vm/frame_zero.cpp @ 3847:a3142bdb6707

7071823: Zero: zero/shark doesn't build after b147-fcs Reviewed-by: gbenson, twisti Contributed-by: Chris Phillips <chphilli@redhat.com>
author twisti
date Mon, 08 Aug 2011 05:49:04 -0700
parents f95d63e2154a
children 5432047c7db7
line wrap: on
line diff
--- a/src/cpu/zero/vm/frame_zero.cpp	Sat Aug 06 08:28:08 2011 -0700
+++ b/src/cpu/zero/vm/frame_zero.cpp	Mon Aug 08 05:49:04 2011 -0700
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
+ * Copyright 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -417,3 +417,11 @@
     return;
   }
 }
+
+#ifdef ASSERT
+
+void frame::describe_pd(FrameValues& values, int frame_no) {
+
+}
+
+#endif