qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 15/15] target-tricore: Add instructions of SR


From: Bastian Koppelmann
Subject: Re: [Qemu-devel] [PATCH v5 15/15] target-tricore: Add instructions of SR opcode format
Date: Fri, 22 Aug 2014 17:35:49 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0


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~





reply via email to

[Prev in Thread] Current Thread [Next in Thread]