File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Date: December 2016
70
70
// / and catch_pop instructions indicate how they should be checked to dispatch
71
71
// / the right exception type to the right catch block, and landingpad
72
72
// / instructions copy back to an ordinary local variable (or other expression)
73
- // / and set #exception_value back to null, indicating the exception has been
73
+ // / and set \ #exception_value back to null, indicating the exception has been
74
74
// / caught and normal control flow resumed.
75
75
// /
76
76
// / Note that remove_exceptions introduces java_instanceof comparisons at
@@ -287,7 +287,7 @@ void remove_exceptionst::instrument_exception_handler(
287
287
// / if (exception instanceof ExnA) then goto handlerA
288
288
// / else if (exception instanceof ExnB) then goto handlerB
289
289
// / else goto universal_handler or (dead locals; function exit)
290
- // / \param function_id: function instr_it belongs to
290
+ // / \param func_it: iterator pointing to function instr_it belongs to
291
291
// / \param instr_it: throw or call instruction that may be an
292
292
// / exception source
293
293
// / \param stack_catch: exception handlers currently registered
You can’t perform that action at this time.
0 commit comments