Re: [fpc-pascal] question about _fpc_local_unwind

2018-02-01 Thread Jonas Maebe
On 01/02/18 16:24, Matias Vara wrote: I partial answered my question by reading https://www.freepascal.org/docs-html/ref/refse114.html. So I think _fpc_local_unwind() is used to call the finally section when "Exit" is executed in the "Try" section. It is not clear yet what the parameters

Re: [fpc-pascal] question about _fpc_local_unwind

2018-02-01 Thread Matias Vara
Hello, I partial answered my question by reading https://www.freepascal.org/docs-html/ref/refse114.html. So I think _fpc_local_unwind() is used to call the finally section when "Exit" is executed in the "Try" section. It is not clear yet what the parameters "frame,target: Pointer" are meant to. I