[Lldb-commits] [PATCH] EmulationStateARM: Don't have >= comparisons against dwarf_r0

Greg Clayton gclayton at apple.com
Wed Jul 30 18:28:33 PDT 2014


Yes please add a static assert to ensure this doesn't regress if someone does change dwarf_r0 and that will be fine.

> On Jul 30, 2014, at 2:03 PM, Ed Maste <emaste at freebsd.org> wrote:
> 
> On 30 July 2014 16:49, Todd Fiala <tfiala at google.com> wrote:
>> 
>> In this case, a comment is likely sufficient.
> 
> How about a (static) assert that dwarf_r0 is 0, so that if someone
> ever does change it then this comparison be revisited?
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits




More information about the lldb-commits mailing list