mstange / framehop

Stack unwinding library in Rust
Apache License 2.0
82 stars 11 forks source link

Save the number of popped registers. #29

Closed mstange closed 8 months ago

mstange commented 8 months ago

This makes the encoding unambiguous. Fixes #25.

I'm removing the separate UnwindRuleOffsetSpAndPopRegisters type in order to store the fields more compactly inside UnwindRuleX86_64.