mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* python/python-value.c (values_in_python): Add specific initialization
to NULL to work-around a MacOS linker bug.
This commit is contained in:
@ -30,7 +30,9 @@
|
||||
can copy the values' types if needed. This is declared
|
||||
unconditionally to reduce the number of uses of HAVE_PYTHON in the
|
||||
generic code. */
|
||||
struct value *values_in_python;
|
||||
/* This variable is unnecessarily initialized to NULL in order to
|
||||
work around a linker bug on MacOS. */
|
||||
struct value *values_in_python = NULL;
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
|
||||
|
Reference in New Issue
Block a user