rockbox/utils/regtools/lib
Amaury Pouly 8855ce5a79 regtools/soc_desc: fix libxml2 misinit
The code did not call xmlInitParser() and would call xmlCleanupParser() each
time which is doubly wrong because 1) it's not init 2) all init/cleanup
must be done from the main thread. To ensure 2), call it from a static ctor.

Change-Id: I3d191bf3b8c0cfc51da78157e88c786636fd3ebf
Reviewed-on: http://gerrit.rockbox.org/966
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
2014-09-16 12:16:55 +02:00
..
Makefile regtools: fix makefiles 2014-05-01 19:34:58 +02:00
soc_desc.cpp regtools/soc_desc: fix libxml2 misinit 2014-09-16 12:16:55 +02:00
soc_desc.hpp regtools: headergen can now output the description in the headers 2014-05-11 19:56:50 +02:00