mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-09 12:32:33 +03:00
Fix #308 by giving finally code emitted by EnclosingTryFinally a different landing pad.
This commit is contained in:
parent
adfc5b3ee9
commit
5b799deeb4
7 changed files with 29 additions and 15 deletions
|
@ -117,6 +117,8 @@ IrFunction::IrFunction(FuncDeclaration* fd)
|
|||
_arguments = NULL;
|
||||
_argptr = NULL;
|
||||
|
||||
landingPad = NULL;
|
||||
|
||||
nextUnique.push(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue