|
| From: | Richard Henderson |
| Subject: | Re: [Qemu-devel] [PATCH v5 04/11] target-i386: introduce new raise_exception functions |
| Date: | Mon, 6 Jul 2015 12:57:01 +0100 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 |
On 07/06/2015 09:26 AM, Pavel Dovgalyuk wrote:
#if 0
-#define raise_exception_err(env, a, b) \
+#define raise_exception_err(env, a, b, c) \
do { \
qemu_log("raise_exception line=%d\n", __LINE__); \
- (raise_exception_err)(env, a, b); \
+ (raise_exception_err)(env, a, b, c); \
} while (0)
#endif
This change wouldn't compile. That said, I'm ok simply deleting the whole if 0 block. I think keeping it around is silly.
r~
| [Prev in Thread] | Current Thread | [Next in Thread] |