mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 14:07:14 +01:00
Support for C++ was added in 97960dc7de but
that commit didn't include the C++ exception handling table in the binary
firmware image. This commit fixes that.
Signed-off-by: Damien George <damien@micropython.org>