translate: minor fixes
[ia32rtools.git] / c_auto.h
index d76e596..31e89e1 100644 (file)
--- a/c_auto.h
+++ b/c_auto.h
@@ -44,3 +44,7 @@ static inline BOOL PtInRect_sa(LPCRECT r, int x, int y)
   POINT p = { x, y };
   return PtInRect(r, p);
 }
+
+#define do_skip_code_abort() \
+  printf("%s:%d: skip_code_abort\n", __FILE__, __LINE__); \
+  *(volatile int *)0 = 1