Skip to content

Commit

Permalink
Fix typo which resulted in reporting incorrect memory size.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburton79 committed Jul 12, 2019
1 parent ad5e9f8 commit fb02a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Machine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1096,5 +1096,5 @@ memory_device_info::Speed() const
std::string
memory_device_info::Size() const
{
return int_to_string(speed);
return int_to_string(size);
}

0 comments on commit fb02a26

Please sign in to comment.