*** empty log message ***
authorDietmar Maurer <dietmar@mono-cvs.ximian.com>
Thu, 22 May 2003 16:11:51 +0000 (16:11 -0000)
committerDietmar Maurer <dietmar@mono-cvs.ximian.com>
Thu, 22 May 2003 16:11:51 +0000 (16:11 -0000)
svn path=/trunk/mono/; revision=14804

docs/exceptions

index ab76c0f97afc447bf60e3436a530541640d998bc..881b207de1f9a05c332b70946f0a2a2626fb017a 100644 (file)
@@ -65,9 +65,8 @@ to use a "call" instruction to execute such finally handlers. This makes it
 also possible to execute them inside the stack unwinding code. The exception
 object for filters is passed in a local variable (cfg->exvar).
 
-throw: we first save all regs into a sigcontext struct (we pass the
-exception object in register ECX), and then call the stack unwinding
-code.
+throw: we first save all regs into a sigcontext struct and then call the stack
+unwinding code.
 
 catch handler: catch hanlders are always called from the stack unwinding
 code. The exception object is passed in a local variable (cfg->exvar).