diff options
author | stijn <stinos@zoho.com> | 2015-01-02 12:05:44 +0100 |
---|---|---|
committer | stijn <stinos@zoho.com> | 2015-01-02 16:53:54 +0100 |
commit | fbfd3554fac29c886ccfed1b8796ed8852d32442 (patch) | |
tree | 9ee9a817f0842475c7579bd740914eb69435cbb9 /tests/float/float2int.py | |
parent | 8dec62a1a41f1c48aa7bdd3848c0f46a62de4f29 (diff) | |
download | micropython-fbfd3554fac29c886ccfed1b8796ed8852d32442.tar.gz micropython-fbfd3554fac29c886ccfed1b8796ed8852d32442.zip |
msvc: Fix unresolved mp_arg_error_terse_mismatch since 7f23384
The compiler treats `if (MICROPY_ERROR_REPORTING == MICROPY_ERROR_REPORTING_TERSE)` as
a normal statement and generates assembly for it in degug mode as if MICROPY_ERROR_REPORTING
is an actual symbol instead of a preprocessor definition.
As such linking fails because mp_arg_error_terse_mismatch is not defined when
MICROPY_ERROR_REPORTING_TERSE is detailed or normal.
Diffstat (limited to 'tests/float/float2int.py')
0 files changed, 0 insertions, 0 deletions