On 08/21/2014 09:48 PM, Richard Henderson wrote:
On 08/13/2014 05:07 AM, Bastian Koppelmann wrote:+/* SR-format */ + case OPCM_16_SR_SYSTEM: + decode_sr_system(env, ctx); + break; + case OPCM_16_SR_ACCU: + decode_sr_accu(env, ctx); + break;Formatting is off; checkpatch should have caught this.
I ran checkpatch again and oddly it does not find that error, so I've put Blue Swirl into cc.
r~