0

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...

4

1 回答 1

0

编辑 config.h 并将 #define BX_SUPPORT_HANDLERS_CHAINING_SPEEDUPS 1 中的 1 更改为 0

于 2011-09-15T07:00:01.387 回答