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~

Reply via email to