|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH v5 15/15] target-tricore: Add instructions of SR opcode format |
Date: | Thu, 21 Aug 2014 13:48:10 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 |
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. r~
[Prev in Thread] | Current Thread | [Next in Thread] |