From 9b3b51edffa3011dc44597647cd1bc90f4c9ebdb Mon Sep 17 00:00:00 2001 From: twisti Date: Mon, 6 Dec 2004 12:30:17 +0000 Subject: [PATCH] This should be a normal .c file with a header. --- src/vm/jit/stacktrace.c | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/vm/jit/stacktrace.c b/src/vm/jit/stacktrace.c index 1641133ab..e7d670ebd 100644 --- a/src/vm/jit/stacktrace.c +++ b/src/vm/jit/stacktrace.c @@ -1,4 +1,4 @@ -/* jit/stacktrace.inc +/* vm/jit/stacktrace.c Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser, @@ -26,20 +26,25 @@ Authors: Joseph Wenninger - $Id: stacktrace.c 1683 2004-12-05 21:33:36Z jowenn $ + $Id: stacktrace.c 1692 2004-12-06 12:30:17Z twisti $ */ -#ifndef _STACKTRACE_H_ -#define _STACKTRACE_H_ - -#include "vm/global.h" -#include "toolbox/logging.h" -#include "vm/jit/codegen.inc" #include #include +#include "asmoffsets.h" +#include "mm/boehm.h" +#include "native/native.h" +#include "vm/global.h" /* required here for native includes */ +#include "native/include/java_lang_ClassLoader.h" +#include "toolbox/logging.h" +#include "vm/builtin.h" +#include "vm/tables.h" +#include "vm/jit/codegen.inc.h" + + #undef JWDEBUG extern classinfo *class_java_lang_Class; @@ -408,7 +413,6 @@ java_objectheader *cacao_currentClassLoader() { return header; } -#endif /* * These are local overrides for various environment variables in Emacs. -- 2.25.1