bombela / backward-cpp

A beautiful stack trace pretty printer for C++
MIT License
3.68k stars 467 forks source link

Fix tests on PowerPC and RISC-V #271

Closed andreas-schwab closed 1 year ago

andreas-schwab commented 1 year ago

Both architectures do not trap on division by zero

bombela commented 1 year ago

Thank you!