- fix r23688
[libfirm] / ir / be / beemitter.h
index 9e34c4a..4211382 100644 (file)
@@ -80,7 +80,7 @@ static inline void be_emit_string(const char *str)
  * @param str  the null-terminated string constant
  */
 #define be_emit_cstring(str) \
-       do { be_emit_string_len(str, sizeof(str)-1); } while(0)
+       be_emit_string_len(str, sizeof(str) - 1)
 
 /**
  * Initializes an emitter environment.