[Lldb-commits] [PATCH] D90128: [lldb] [Process/FreeBSDRemote] Fix #include for i386 compat
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 26 03:56:30 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7acf2e2e1e8f: [lldb] [Process/FreeBSDRemote] Fix #include for i386 compat (authored by mgorny).
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90128/new/
https://reviews.llvm.org/D90128
Files:
lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.cpp
Index: lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.cpp
===================================================================
--- lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.cpp
+++ lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.cpp
@@ -11,7 +11,7 @@
#include "NativeRegisterContextFreeBSD_x86_64.h"
// clang-format off
-#include <machine/fpu.h>
+#include <x86/fpu.h>
#include <x86/specialreg.h>
#include <cpuid.h>
// clang-format on
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90128.300624.patch
Type: text/x-patch
Size: 537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201026/325ec8d9/attachment-0001.bin>
More information about the lldb-commits
mailing list