Skip to content

Commit

Permalink
Removed old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis committed Oct 29, 2023
1 parent d484eeb commit 804884c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/x86_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ pub fn populate_instructions(xml_contents: &str) -> anyhow::Result<Vec<Instructi
/// Current function assumes that the XML file is already read and that it's been given a reference
/// to its contents (`&str`).
pub fn populate_registers(xml_contents: &str) -> anyhow::Result<Vec<Register>> {
// initialise the instruction set
let mut registers_map = HashMap::<String, Register>::new();

// iterate through the XML --------------------------------------------------------------------
Expand Down

0 comments on commit 804884c

Please sign in to comment.