blob: a42c1c90a639ee28d3b09852f3103743cca5ee63 [file] [log] [blame]
//===----------- 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(); }
}