[lldb] [Process/FreeBSDRemote] Fix #include for i386 compat
authorMichał Górny <mgorny@moritz.systems>
Sun, 25 Oct 2020 23:23:36 +0000 (00:23 +0100)
committerMichał Górny <mgorny@moritz.systems>
Mon, 26 Oct 2020 10:53:26 +0000 (11:53 +0100)
commit7acf2e2e1e8f7e2eac2dd5bbf7d752ba7ad4e79c
tree9df1079770b76ed25ec52044f402690117026033
parent4afa077899b1e3def4cff475deae73681db04e21
[lldb] [Process/FreeBSDRemote] Fix #include for i386 compat

Include <x86/fpu.h> rather than <machine/fpu.h>, as the latter is not
present on i386.

Differential Revision: https://reviews.llvm.org/D90128
lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.cpp