diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-02-04 20:20:12 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-02-04 20:20:12 +0000 |
| commit | 31dd71ff135a6275800fd18544c28ff9afe35ffb (patch) | |
| tree | 25788d86ae541dfc424e7a62eadcd161f8c2541e /java/cacao/files/patch-boehm-gc-include-gc.h | |
| parent | Remove 4.X cruft. (diff) | |
Add the cacao JVM
Diffstat (limited to 'java/cacao/files/patch-boehm-gc-include-gc.h')
| -rw-r--r-- | java/cacao/files/patch-boehm-gc-include-gc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/cacao/files/patch-boehm-gc-include-gc.h b/java/cacao/files/patch-boehm-gc-include-gc.h new file mode 100644 index 000000000000..af60c7729324 --- /dev/null +++ b/java/cacao/files/patch-boehm-gc-include-gc.h @@ -0,0 +1,10 @@ +--- src/boehm-gc/include/gc.h.orig Wed Jun 4 17:07:33 2003 ++++ src/boehm-gc/include/gc.h Wed May 12 20:03:22 2004 +@@ -487,6 +487,7 @@ + /* gcc knows how to retrieve return address, but we don't know */ + /* how to generate call stacks. */ + # define GC_RETURN_ADDR (GC_word)__builtin_return_address(0) ++# define GC_RETURN_ADDR_PARENT (GC_word)__builtin_return_address(1) + # else + /* Just pass 0 for gcc compatibility. */ + # define GC_RETURN_ADDR 0 |
