mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	Added 'this' reference to num_instructions field so it's properly updated,as before the method was affecting the local method parameter rather than the class field
This commit is contained in:
		
							parent
							
								
									6448c2f300
								
							
						
					
					
						commit
						0be75c13ee
					
				@ -25,7 +25,7 @@ public:
 | 
			
		||||
     */
 | 
			
		||||
    void Run(int num_instructions) {
 | 
			
		||||
        ExecuteInstructions(num_instructions);
 | 
			
		||||
        num_instructions += num_instructions;
 | 
			
		||||
        this->num_instructions += num_instructions;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /// Step CPU by one instruction
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user