diff options
| author | Damien George | 2014-08-24 16:28:17 +0100 |
|---|---|---|
| committer | Damien George | 2014-08-24 16:28:17 +0100 |
| commit | 3c658a4e755a75e495303957208486e583ddb270 (patch) | |
| tree | 6418fea9bf3dcf4aed2145db94fda4c0de1d0321 /tests/micropython/viper.py.exp | |
| parent | 25fc41dd316c38df3e2a6cfe4b53322d76dc92fc (diff) | |
py: Fix bug where GC collected native/viper/asm function data.
Because (for Thumb) a function pointer has the LSB set, pointers to
dynamic functions in RAM (eg native, viper or asm functions) were not
being traced by the GC. This patch is a comprehensive fix for this.
Addresses issue #820.
Diffstat (limited to 'tests/micropython/viper.py.exp')
| -rw-r--r-- | tests/micropython/viper.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/micropython/viper.py.exp b/tests/micropython/viper.py.exp index 28214aa17..2ea26ce99 100644 --- a/tests/micropython/viper.py.exp +++ b/tests/micropython/viper.py.exp @@ -9,3 +9,5 @@ [1, 3] [1, 3] SystemError(1,) +1 +1 |
