08.09.2014 16:30, Bastian Koppelmann wrote: > Every QEMU_ARCH is now hexadecimal instead of a mixture of decimal and > hexadecimal.
I'm not sure it is worth the trouble really. For readability, the best in this case (in my opinion anyway) is to use (1<<n) notation (with consecutive n), so it becomes really obvious that these are distinct bits. Besides, -0x01 (fo ARCH_ALL) does look a bit weird :) Thanks, /mjt
