Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/mini/ChangeLog')
-rw-r--r--mono/mini/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mono/mini/ChangeLog b/mono/mini/ChangeLog
index 63b02df991b..6fe438041f3 100644
--- a/mono/mini/ChangeLog
+++ b/mono/mini/ChangeLog
@@ -16,6 +16,12 @@
* driver.c: Fail gracefully with --compile-all if mono_method_signature
returns NULL (e.g. a bad assembly).
+2009-12-08 Geoff Norton <gnorton@novell.com>
+
+ * debugger-agent.c: Refactor the mono_runtime_invoke guarding against
+ stepping out into native code. There were issues with nested invokes
+ like .cctors.
+
2009-12-07 Zoltan Varga <vargaz@gmail.com>
* mini.c (mini_method_compile): Do the disable_llvm checks early