| //===----------- Assert.cpp - Implementation of the Assert class ---------===// | |
| // | |
| // The VMKit project | |
| // | |
| // This file is distributed under the University of Illinois Open Source | |
| // License. See LICENSE.TXT for details. | |
| // | |
| //===----------------------------------------------------------------------===// | |
| #include "debug.h" | |
| #include "MMTkObject.h" | |
| namespace mmtk { | |
| extern "C" void Java_org_j3_mmtk_Assert_dumpStack__ (MMTkObject* self) { UNIMPLEMENTED(); } | |
| } |