- mostly implemented access to outer frame variables, however offset, is wrong yet
[libfirm] / ir / be / beemitter.h
index 0738cc6..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) \
-       be_emit_string_len(str, sizeof(str) - 1);
+       be_emit_string_len(str, sizeof(str) - 1)
 
 /**
  * Initializes an emitter environment.