search for: lowereh_return

Displaying 1 result from an estimated 1 matches for "lowereh_return".

2018 Mar 22
0
About LowerEH_RETURN
Hi All, I am working on LowerEH_RETURN to lower `builtin_eh_return (offset, handler)`. What I am trying to do is, 1. compute the new sp with the offset. 2. store the handler on the memory pointed by the new sp. 3. update current sp to the new sp. Below picture illustrates the scenario more clearly. ​ ​In LoweEH_R...