Add arch_get_register_req_out().
[libfirm] / ir / be / bemodule_t.h
index 15b89a7..c78bfe7 100644 (file)
@@ -34,7 +34,7 @@
  */
 struct be_module_list_entry_t {
        const char *name;                    /**< The name of the entry. */
-       const void *data;                    /**< Some data associated with this entry. */
+       void *data;                          /**< Some data associated with this entry. */
        struct be_module_list_entry_t *next; /**< Points to the next entry. */
 };