Вопрос

After I type: ./configure --enable-debugger --enable-disasm

something goes wrong:

checking for ALL optimizations enabled... no ERROR: handlers-chaining speedups are not supported with internal debugger yet

I wonder how to solve it...

Это было полезно?

Решение

Edit config.h and change 1 to 0 in #define BX_SUPPORT_HANDLERS_CHAINING_SPEEDUPS 1

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top