mgorny added a comment. I'd use some help improving the assembly, as explained below.
================ Comment at: lldb/test/Shell/Register/Inputs/x86-fp-write.cpp:23 + "rex.w = 1\n\t" + "fxsave %2\n\t" + "fnstenv %1\n\t" ---------------- Now, here's the problem. This works just fine when built with clang but segfaults when built with gcc (apparently tries to access `0x0`). CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88583/new/ https://reviews.llvm.org/D88583 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits