indexFile() now saves the stream position not line number
This commit is contained in:
@@ -20,7 +20,7 @@ private:
|
||||
*/
|
||||
explicit ProgramLoader() = default;
|
||||
|
||||
std::map<std::string, int> m_labels;
|
||||
std::map<std::string, std::streampos> m_labels;
|
||||
|
||||
public:
|
||||
/// Singleton Logik
|
||||
|
||||
Reference in New Issue
Block a user