blob: a9b285c3057f3e4873d68d84f5e03bcd501926a0 [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 "JavaObject.h"
using namespace jnjvm;
extern "C" void Java_org_j3_mmtk_Assert_dumpStack__ () { abort(); }