Fix copypasta in a FIXME message.

This commit is contained in:
Dan Gohman
2017-11-02 07:42:03 -07:00
parent 2b40f72f00
commit c30116d948

View File

@@ -115,7 +115,7 @@ fn handle_module(path: PathBuf, output: &str) -> Result<(), String> {
return Err(String::from("multiple memories not supported yet"));
}
//obj.add_data("memory", initializer);
return Err(String::from("FIXME: implement tables"));
return Err(String::from("FIXME: implement data initializers"));
}
// FIXME: Make the format a parameter.