Hello everybody,

today I have found another building issue on linux (i386 target) I
think It's due to a little oversight during a refactoring. Anyway
attached there is a little patch that fix it.

Best regards,
Marco

-- 
Marco Minutoli
Skype: mminutoli
GPG-Key: 0x36AD4977

"If A is success in life, then A equals x plus y plus z. Work is x;
y is play; and z is keeping your mouth shut." --A. Einstein
Index: source/Host/common/Host.cpp
===================================================================
--- source/Host/common/Host.cpp	(revision 125694)
+++ source/Host/common/Host.cpp	(working copy)
@@ -299,7 +299,7 @@
 
 #elif defined (__i386__)
 
-        g_host_arch.SetArch ("i386");
+        g_host_arch_32.SetArch ("i386");
         g_supports_32 = true;
         g_supports_64 = false;
 
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to